No. this is my declaration<br><br> self.chan_in.queue_declare(queue=self.config_in['queue'],<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 "namespace" table that maybe got corrupted? BTW is one of the few "exclusive" queues that I have. maybe a wrong consumer connected stored somewhere?<br><br>I've solved this changing the name (just like before), so it'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"><<a href="mailto:matthias@rabbitmq.com">matthias@rabbitmq.com</a>></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'm getting a<br>
<br>
(404, u"NOT_FOUND - no queue 'xxx in vhost '/'", (50, 10), 'Channel.queue_declare')<br>
</blockquote>
<br></div>
How are you issuing the queue.declare? Do you perhaps have the 'passive' flag set?<br><font color="#888888">
<br>
<br>
Matthias.<br>
</font></blockquote></div><br>