[rabbitmq-discuss] durable exclusive queues
Aman Gupta
rabbitmq at tmm1.net
Thu Sep 4 19:42:14 BST 2008
According to the spec, a durable queue cannot be exclusive, as exclusive
implies auto-delete:
request an exclusive queue
Exclusive queues may only be consumed from by the current connection.
Setting the 'exclusive' flag always implies 'auto-delete'.
Is it possible to simulate this exclusive behavior? I can do a passive
declare and look at the consumer count in the declare-ok, but that will
introduce race conditions without a central lock.
Aman
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20080904/6ba7b4bc/attachment.htm
More information about the rabbitmq-discuss
mailing list