Let me jump into that conversation to ask a basic question : how to destroy a queue when t&#39;s been created as non-auto-delete?<br>Also, side (bonus question) : is there a way to actually list the consumers of the queue (not just the number of them) or, even better, to kick one of them out?<br>
<br>Thanks<br><br clear="all">--<br>Julien Genestoux<br><a href="http://www.ouvre-boite.com">http://www.ouvre-boite.com</a><br><a href="http://blog.notifixio.us">http://blog.notifixio.us</a><br><br>+1 (415) 254 7340<br>+33 (0)9 70 44 76 29<br>

<br><br><div class="gmail_quote">On Tue, Jan 13, 2009 at 3:26 PM, Jason J. W. Williams <span dir="ltr">&lt;<a href="mailto:jasonjwwilliams@gmail.com">jasonjwwilliams@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Thank you again. :-) Puts a lot of emphasis on getting the configuration right.<br>
<font color="#888888"><br>
-J<br>
</font><div><div></div><div class="Wj3C7c"><br>
On Tue, Jan 13, 2009 at 4:22 PM, Matthias Radestock &lt;<a href="mailto:matthias@lshift.net">matthias@lshift.net</a>&gt; wrote:<br>
&gt; Jason,<br>
&gt;<br>
&gt; Jason J. W. Williams wrote:<br>
&gt;&gt;<br>
&gt;&gt; So if you make a mistake and declare an-in-use queue as non-durable<br>
&gt;&gt; and need to change it, the only way to do so is to destroy the queue<br>
&gt;&gt; and re-create it?<br>
&gt;<br>
&gt; Correct, and that is true in all versions of the AMQP spec. It is central to<br>
&gt; the assertion-style semantics of declaration, which avoids many of the<br>
&gt; pitfalls associated with access to a shared resource by multiple,<br>
&gt; distributed clients.<br>
&gt;<br>
&gt;<br>
&gt; Matthias.<br>
&gt;<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="http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
</div></div></blockquote></div><br>