No. this is my declaration<br><br>        self.chan_in.queue_declare(queue=self.config_in[&#39;queue&#39;],<br>                                   durable=True,<br>                                   exclusive=True,<br>                                   auto_delete=False)<br>

<br><br>but there is a strange issue, if I change the name... to something I havent used, there is no problem; just like I did in <br>
<a href="http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/2d925b0bbaed7f86?pli=1" target="_blank">http://groups.google.com/group/rabbitmq-discuss/browse_thread/thread/2d925b0bbaed7f86?pli=1</a><br><br>

is there a presistent queue &quot;namespace&quot; table that maybe got corrupted? BTW is one  of the few &quot;exclusive&quot; queues that I have. maybe a wrong consumer connected stored somewhere?<br><br>I&#39;ve solved this changing the name (just like before), so it&#39;s over for me.,<br>

<br clear="all">Nico César<br><a href="http://blog.nicocesar.com">http://blog.nicocesar.com</a><br>
<br><br><div class="gmail_quote">El 30 de septiembre de 2010 03:43, Matthias Radestock <span dir="ltr">&lt;<a href="mailto:matthias@rabbitmq.com">matthias@rabbitmq.com</a>&gt;</span> escribió:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Nicolas,<div class="im"><br>
<br>
Nicolás César wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi i&#39;m getting a<br>
<br>
(404, u&quot;NOT_FOUND - no queue &#39;xxx in vhost &#39;/&#39;&quot;, (50, 10), &#39;Channel.queue_declare&#39;)<br>
</blockquote>
<br></div>
How are you issuing the queue.declare? Do you perhaps have the &#39;passive&#39; flag set?<br><font color="#888888">
<br>
<br>
Matthias.<br>
</font></blockquote></div><br>