<div>update:</div>
<div>�</div>
<blockquote style="MARGIN-RIGHT: 0px" dir="ltr">
<div><font size="2">
<p>code: ch.QueuePurge(queueName,</p></font><font color="#0000ff" size="2"><font color="#0000ff" size="2">false</font></font><font size="2">);</font></div></blockquote>
<div>�</div>
<blockquote style="MARGIN-RIGHT: 0px" dir="ltr">
<div>The AMQP operation was interrupted: AMQP close-reason, initiated by Peer, code=404, text=&quot;NOT_FOUND - no queue &#39;m.w&#39; in vhost &#39;/&#39;&quot;, classId=50, methodId=30, cause=</div></blockquote>
<div>First off, this error relates to an exchange�routing key, so slightly expected. What wasn&#39;t expected was the error message should have had the right queue name &#39;m.w.ctr&#39;.� &#39;m.w&#39; is the queue (not bound to an exchange) that failed earlier when I tried to purge it because it wasn&#39;t yet created.</div>

<div>�</div>
<div>let me try something else...</div>
<div>�</div>
<div>If I first create the queue &#39;m.w&#39; and then attempted to purge it, I still get the same error message as above.</div>
<div>�</div>
<div>Is anybody else seeing this behaviour?� </div>
<div>�</div>
<div>thanks,</div>
<div>-Steven</div>
<div><br>�</div>
<div class="gmail_quote">On 22 December 2010 13:32, Steven Taylor <span dir="ltr">&lt;<a href="mailto:taylste@gmail.com">taylste@gmail.com</a>&gt;</span> wrote:<br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">
<div>Hi,</div>
<div>�</div>
<div>is there equivilent to purge queue for an exchange?� If we can&#39;t already, it would be nice to be able to purge with a routing key.� I see an�ExchangeDelete. Perhaps I should delete and then redeclare.</div>
<div>�</div>
<div>Currently I&#39;m using non-durable queues, and taking down the broker + restarting it. I just wanted something a little simpler to execute. This is a�test phase request.</div>
<div>�</div>
<div>thanks,</div>
<div>-Steven</div></blockquote></div><br>