[rabbitmq-discuss] Feature Req / Bug list

Michael Klishin michael at rabbitmq.com
Mon Oct 28 20:07:45 GMT 2013


On 28 Oct 2013, at 23:53, Graeme N <graeme at sudo.ca> wrote:

> Ok. Is there a simple way to replicate the default exchange's rules (ie routing key == destination queue)? Or do I have to manually set up rules for each queue I add if it's not the default queue?

There is no such thing as default queue. Every queue is automatically bound to the default exchange
in the same vhost with routing key = queue name.
You can bind other exchanges to a group of queues using the same rule manually.
Or just use a fanout with 1 queue bound to it.

MK


More information about the rabbitmq-discuss mailing list