[rabbitmq-discuss] possible rabbitmq bug

Chris Behrens cbehrens at codestud.com
Fri Aug 26 10:32:37 BST 2011


Ok, thanks for the clarification.  I'll blame the spec now. :)

- Chris


On Aug 26, 2011, at 2:25 AM, Simon MacMullen wrote:

> On 26/08/11 09:08, Chris Behrens wrote:
>> I should also note the queue was declared
>> exclusive=True, which means that once I've closed the channel that
>> declared the queue, there's no possible way for anyone else to
>> consume it anyway.  Right?  Closing the channel should delete this
>> queue, should it not?
> 
> Unfortunately the "exclusive" flag in AMQP 0-9-1 makes the queue exclusive to the *connection*, not the channel. This feels kinda weird since almost everything else is scoped to channels, but it's in the spec and therefore what we implement.
> 
> auto_delete is *solely* about deleting when the last consumer goes.
> 
> Cheers, Simon
> 
> -- 
> Simon MacMullen
> RabbitMQ, VMware
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss



More information about the rabbitmq-discuss mailing list