You can't bind queues to the default exchange. Your new queue should be automatically bound to it.<br><br><div class="gmail_quote">On Wed, Nov 16, 2011 at 6:11 PM, Nick Pateman <span dir="ltr"><<a href="mailto:nick.pateman@certivox.com">nick.pateman@certivox.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">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...<br>
<br>
"operation not permitted on the default exchange"<br>
<div class="im HOEnZb"><br>
-----Original Message-----<br>
From: <a href="mailto:rabbitmq-discuss-bounces@lists.rabbitmq.com">rabbitmq-discuss-bounces@lists.rabbitmq.com</a> [mailto:<a href="mailto:rabbitmq-discuss-bounces@lists.rabbitmq.com">rabbitmq-discuss-bounces@lists.rabbitmq.com</a>] On Behalf Of Simon MacMullen<br>
Sent: 16 November 2011 17:07<br>
To: <a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>
Subject: Re: [rabbitmq-discuss] Messages disappearing<br>
<br>
</div><div class="HOEnZb"><div class="h5">On 16/11/11 17:02, Nick Pateman wrote:<br>
> amqp_cstring_bytes("amq.direct"),<br>
> amqp_cstring_bytes(queue_name),<br>
<br>
So have you set up a binding from the exchange "amq.direct" to your queue?<br>
<br>
"amq.direct" is not the default exchange that auto-routes to queues - you should use the name "" for that.<br>
<br>
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?<br>
<br>
Cheers, Simon<br>
<br>
--<br>
Simon MacMullen<br>
RabbitMQ, VMware<br>
_______________________________________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>
<a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
<br>
<br>
_______________________________________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>
<a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
</div></div></blockquote></div><br>