<div>Hi,</div><div> </div><div>chicken and egg situation here. </div><div> </div><div>Sender expects that receiver will have created a queue, only, the sender is in this case the first to exist, and so sends a message to a non-existant queue. </div>
<div> </div><div>Result: rabbit throws away the message. Is the only way forward to always assert queue existance, or is there a lighter weight alternative? i.e. it'd be nice to get a status or exception back stating if the message got routed or not.</div>
<div> </div><div>Same situation could occur if queue is defined with non durable and autodelete. i.e. rabbit goes down and then comes back up.</div><div> </div><div>thanks,</div><div>-Steven</div>