[rabbitmq-discuss] hanging on message sending with py-amqplib

Matthias Radestock matthias at rabbitmq.com
Fri Oct 1 18:31:02 BST 2010


Tsuraan,

tsuraan wrote:
> The way I'm repopulating the queues is by binding each queue to the
> amq.direct exchange with the queue name as the routing key, and then
> sending messages to that exchange with the desired queue's name as the
> key.

As an aside, instead of creating bindings to amq.direct, why not simply 
publish the messages to the default exchange? That already has all the 
bindings you need and exists for the very purpose of publishing to 
individual named queues.

Regards,

Matthias.


More information about the rabbitmq-discuss mailing list