[rabbitmq-discuss] Messages disappearing
Simon MacMullen
simon at rabbitmq.com
Wed Nov 16 17:06:52 GMT 2011
On 16/11/11 17:02, Nick Pateman wrote:
> amqp_cstring_bytes("amq.direct"),
> amqp_cstring_bytes(queue_name),
So have you set up a binding from the exchange "amq.direct" to your queue?
"amq.direct" is not the default exchange that auto-routes to queues -
you should use the name "" for that.
Otherwise your messages will get to the exchange and then be dropped as
unroutable. If you're looking at the exchanges tab in mgmt you would see
your message rate there, but nothing in the queues tab - is that what
you're seeing?
Cheers, Simon
--
Simon MacMullen
RabbitMQ, VMware
More information about the rabbitmq-discuss
mailing list