[rabbitmq-discuss] Auto-delete queues not compatible with basic.get (vs. basic.consume)?

Michael Klishin michael.s.klishin at gmail.com
Thu May 23 21:38:56 BST 2013


2013/5/24 Matt Pietrek <mpietrek at skytap.com>

> Eventually the code finishes and the connection goes away. The RabbitMQ
> admin console shows no connections and no channels, but my queue was never
> deleted.


Auto-deleted queues are deleted the last consumer is cancelled or goes
away. If there were no
consumers at all, it won't be deleted.

Exclusive queues will be deleted when
the connection that created them is closed (but they also can't be shared).
-- 
MK

http://github.com/michaelklishin
http://twitter.com/michaelklishin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20130524/456ebbcf/attachment.htm>


More information about the rabbitmq-discuss mailing list