[rabbitmq-discuss] Messages disappearing

Alvaro Videla videlalvaro at gmail.com
Wed Nov 16 17:18:49 GMT 2011


You can't bind queues to the default exchange. Your new queue should be
automatically bound to it.

On Wed, Nov 16, 2011 at 6:11 PM, Nick Pateman <nick.pateman at certivox.com>wrote:

> 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
>
>
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20111116/6cfaad1c/attachment.htm>


More information about the rabbitmq-discuss mailing list