You can&#39;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">&lt;<a href="mailto:nick.pateman@certivox.com">nick.pateman@certivox.com</a>&gt;</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&#39;ve changed it to &quot;&quot; and have got an error out of it so that&#39;s one step closer...<br>

<br>
&quot;operation not permitted on the default exchange&quot;<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>
&gt; � � � � � � �amqp_cstring_bytes(&quot;amq.direct&quot;),<br>
&gt; � � � � � � �amqp_cstring_bytes(queue_name),<br>
<br>
So have you set up a binding from the exchange &quot;amq.direct&quot; to your queue?<br>
<br>
&quot;amq.direct&quot; is not the default exchange that auto-routes to queues - you should use the name &quot;&quot; for that.<br>
<br>
Otherwise your messages will get to the exchange and then be dropped as unroutable. If you&#39;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&#39;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>