[rabbitmq-discuss] reusing auto-generated queue name

Michael Klishin michael at rabbitmq.com
Thu Sep 12 22:04:34 BST 2013


Grenier,Michel [CMC]:

> Can’t it  redeclare/bind with that name  to resume my message delivery ?

Applications cannot declare entities that start with amq.

Server-named queues are supposed to be used (and declared) only by consumers. It makes
no sense to use them if you share the name between multiple services. In that case, use
well known names that do not start with amq.

If you really need to share a server-named queue name, you can declare them with passive = true
which will simply do nothing if the queue exists and raise a channel exception if the queue
does not exist.

MK



-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 495 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20130912/d2052544/attachment.pgp>


More information about the rabbitmq-discuss mailing list