<div dir="ltr"><div>Thanks for the clarification Michael.<br><br>Another follow up question: What exactly is meant by &quot;they can&#39;t be shared&quot;? Is the exclusivity limited to reading, or does it encompass both reading and writing?<br>
<br></div>In my case, I&#39;m constructing an RPC scenario. The queue I&#39;m creating is for the reply to come in on. Some other process using some other connection must be able to write to it.<br><br><br><br><br></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Thu, May 23, 2013 at 1:38 PM, Michael Klishin <span dir="ltr">&lt;<a href="mailto:michael.s.klishin@gmail.com" target="_blank">michael.s.klishin@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><div class="gmail_extra"><div class="im"><br><div class="gmail_quote">2013/5/24 Matt Pietrek <span dir="ltr">&lt;<a href="mailto:mpietrek@skytap.com" target="_blank">mpietrek@skytap.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


Eventually the code finishes and the connection goes away. The RabbitMQ admin console shows no connections and no channels, but my queue was never deleted.</blockquote></div><br></div>Auto-deleted queues are deleted the last consumer is cancelled or goes away. If there were no</div>


<div class="gmail_extra">consumers at all, it won&#39;t be deleted.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Exclusive queues will be deleted when<br>the connection that created them is closed (but they also can&#39;t be shared).</div>
<span class="HOEnZb"><font color="#888888">

<div class="gmail_extra">-- <br>MK<br><br><a href="http://github.com/michaelklishin" target="_blank">http://github.com/michaelklishin</a><br><a href="http://twitter.com/michaelklishin" target="_blank">http://twitter.com/michaelklishin</a><br>



</div></font></span></div>
<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></blockquote></div><br></div>