More information on this: the successful case (message actually ends up in the queue) uses:<div><br></div><div><div><div>[:sending,</div><div>�#&lt;AMQP::Protocol::Basic::Publish:0xac16128</div><div>��@debug=1,</div><div>��@exchange=</div>
<div>�� &quot;my_queue&quot;,</div><div>��@immediate=nil,</div><div>��@mandatory=nil,</div><div>��@routing_key=nil,</div><div>��@ticket=1&gt;]</div></div><div><br></div><div>while the error case (message does not make it to the queue, i.e. rabbitmqctl list_queues shows 0 message in the queue) uses:</div>
<div><br></div><div><div>[:sending,</div><div>�#&lt;AMQP::Protocol::Basic::Publish:0xa2b47d8</div><div>��@debug=1,</div><div>��@exchange=&quot;&quot;,</div><div>��@immediate=nil,</div><div>��@mandatory=nil,</div><div>��@routing_key=</div>
<div>�� &quot;my_queue&quot;,</div><div>��@ticket=1&gt;]</div></div><div><br></div><div>I&#39;m still wondering what are the steps that would recreate this state.</div><div><br></div><div>--</div><div>Raphael.</div><br><div class="gmail_quote">
On Wed, Jun 16, 2010 at 6:38 PM, Raphael Simon <span dir="ltr">&lt;<a href="mailto:raphael@rightscale.com">raphael@rightscale.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi all, we just saw an interesting behavior where messages posted to a queue did not make it to a client while publishing to the corresponding direct exchange was working. I&#39;m wondering what can cause this behavior to happen. Publishing directly to the queue initially worked but &quot;something happened&quot; and now it seems only messages posted to the exchange make it to the client. The queue is durable (so is the exchange obviously) and auto-delete. Does anyone have seen this behavior before?<div>

<br></div><div>Thanks!</div><div><br></div><div>--</div><div>Raphael.</div>
</blockquote></div><br></div>