[rabbitmq-discuss] Upgraded RabbitMQ and now nothing works

Matthias Radestock matthias at rabbitmq.com
Mon Jan 28 13:28:52 GMT 2013


On 28/01/13 13:24, Simon MacMullen wrote:
> On 28/01/13 13:21, Bernhard Mogens Ege wrote:
>> Hmm yes, you are correct. I guess I can use the mandatory flag
>> instead (I do get to know then if a submitted message doesn't fit
>> into a queue, correct?).
>
> Yes, that's correct.

Though note that there is no such condition as "message doesn't fit into 
a queue".

'mandatory' causes messages to be returned that *cannot be routed* to 
any queue, e.g. due to the exchange to which the message was published 
not having any bindings that match the message's routing key.

Matthias.


More information about the rabbitmq-discuss mailing list