[rabbitmq-discuss] RabbitMQ, push a script
Emile Joubert
emile at rabbitmq.com
Thu Oct 25 15:59:37 BST 2012
Hi,
On 25/10/12 15:19, Desta wrote:
> "405 RESOURCE_LOCKED - cannot obtain exclusive access to locked queue
> 'amq.gen-gA3hbOZr-m1HmmVZGq1uHs' in vhost '/' "
This error means the queue was declared as exclusive, while you probably
want it to be shared instead. Here are some relevant pointers to the
specification:
http://www.rabbitmq.com/amqp-0-9-1-reference.html#queue.declare.exclusive
http://www.rabbitmq.com/amqp-0-9-1-reference.html#constant.resource-locked
-Emile
More information about the rabbitmq-discuss
mailing list