[rabbitmq-discuss] Channel crashes after basic.cancel_ok.
Matthias Radestock
matthias at lshift.net
Thu May 8 22:42:37 BST 2008
Edwin,
Edwin Fine wrote:
> That's true. It seems that all that happens is that the messages (which
> are persistent in my case) are maintained in the queue and do not get
> removed until the acks are received. However, all the messages are still
> sent. I assume they would be retransmitted at some point.
Yep. The unack'ed messages will get retransmitted or requeued after the
client calls basic.recover, or the channel or connection gets closed.
Matthias.
More information about the rabbitmq-discuss
mailing list