[rabbitmq-discuss] Ruby library
Ben Hood
0x6e6562 at gmail.com
Fri Oct 17 17:57:22 BST 2008
Phillip,
On Fri, Oct 17, 2008 at 2:26 PM, Phillip N. <pneumann at gmail.com> wrote:
> delivery_mode=2 meas its a durable message, isnit?
>
> Why is the script not getting the message after rabbitmq restarts?
One non-Ruby observation maybe be the fact that you can send
persistent messages to a transient queue. If the queue that you are
consuming from does not survive the restart (because it was perhaps
not declared as being durable), then you can not consume a message
from it, because it won't exist.
Ben
More information about the rabbitmq-discuss
mailing list