[rabbitmq-discuss] Default queue TTL when auto_delete is false on DeclareQueue()

Michael Klishin michael.s.klishin at gmail.com
Thu Jan 17 13:13:56 GMT 2013


2013/1/17 Milind Changire <milindchangire at gmail.com>

> I'm using rabbitmq_server-3.0.0 on Windows XP and would like to know
> the default ttl of a queue when auto_delete parameter is false when
> doing a DeclareQueue()
>

Milind,

There is no default TTL.

Automatically deleted queues are deleted when the last consumer is
cancelled (removed).
Exclusive queues are deleted when the connection that declared them is
closed.
-- 
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/20130117/128a66c7/attachment.htm>


More information about the rabbitmq-discuss mailing list