[rabbitmq-discuss] Messages disappearing

Alvaro Videla videlalvaro at gmail.com
Thu Nov 17 12:36:51 GMT 2011


Hi,

What I tried to convey is that in your code you can't say
queue_bind('my_queue', ''); where '' is the anon exchange.

I thought the error "operation not permitted on the default exchange" you
mentioned in your past email could be related to that.

-Alvaro

On Thu, Nov 17, 2011 at 12:44 PM, Nick Pateman <nick.pateman at certivox.com>wrote:

>  Hi Alvaro,****
>
> ** **
>
> Sorry for the delayed reply.  What do you mean exactly?  I created the
> queue through the web interface as opposed to being created in code so it’s
> setup at it’s default values.****
>
> ** **
>
> Nick.****
>
> ** **
>
> *From:* Alvaro Videla [mailto:videlalvaro at gmail.com]
> *Sent:* 16 November 2011 17:19
> *To:* Nick Pateman
> *Cc:* Simon MacMullen; rabbitmq-discuss at lists.rabbitmq.com
>
> *Subject:* Re: [rabbitmq-discuss] Messages disappearing****
>
> ** **
>
> 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/20111117/d41baed7/attachment.htm>


More information about the rabbitmq-discuss mailing list