[rabbitmq-discuss] Upgraded RabbitMQ and now nothing works

Bernhard Mogens Ege bme at saseco.dk
Mon Jan 28 16:26:11 GMT 2013


This is how I interpreted the original message. But thanks for clarifying. :)

(I wish Outlook supported your kind of email quoting...)


-----Original Message-----
From: Matthias Radestock [mailto:matthias at rabbitmq.com] 
Sent: 28. januar 2013 14:29
To: Discussions about RabbitMQ
Cc: Simon MacMullen; Bernhard Mogens Ege
Subject: Re: [rabbitmq-discuss] Upgraded RabbitMQ and now nothing works

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