[rabbitmq-discuss] Question About Bindings
Tony Garnock-Jones
tonyg at lshift.net
Fri Apr 23 07:21:08 BST 2010
Alvaro Videla wrote:
> What are those anonymous exchanges?, like the one from the list head?
It's the binding to the AMQP "default exchange". Every queue is automatically
given a binding to a direct exchange named "" in AMQP 0-8 and 0-9-1. It sorta
kinda permits delivering messages directly to queues, but I'd still recommend
explicitly managing your own bindings rather than relying on this default
binding behaviour.
Regards,
Tony
More information about the rabbitmq-discuss
mailing list