[rabbitmq-discuss] Durable queue disappears

Matthias Radestock matthias at lshift.net
Thu Sep 11 05:05:56 BST 2008


Ben Hood wrote:
> So if you give auto-delete precedence over durable, this would explain
> this behaviour.
> 
> Stay tuned for a more authoritative answer.

It's not so much a case of giving auto-delete precedence over durable 
but of simply implementing what the spec says.

Durable queues can be deleted like any other queue. This can happen 
explictly via queue.delete, or implicitly via auto-deletion which, as 
the name suggests, is just automatic deletion based on some triggering 
criteria.

So, IMHO, the observed behaviour follows directly and unambiguously from 
the spec.


Matthias.




More information about the rabbitmq-discuss mailing list