[rabbitmq-discuss] Messages disappearing

Nick Pateman nick.pateman at certivox.com
Wed Nov 16 17:11:55 GMT 2011


Aahaa, I had no idea to be honest.  I've changed it to "" and have got an error out of it so that's one step closer...

"operation not permitted on the default exchange"

-----Original Message-----
From: rabbitmq-discuss-bounces at lists.rabbitmq.com [mailto:rabbitmq-discuss-bounces at lists.rabbitmq.com] On Behalf Of Simon MacMullen
Sent: 16 November 2011 17:07
To: rabbitmq-discuss at lists.rabbitmq.com
Subject: Re: [rabbitmq-discuss] Messages disappearing

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
_______________________________________________
rabbitmq-discuss mailing list
rabbitmq-discuss at lists.rabbitmq.com
https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss




More information about the rabbitmq-discuss mailing list