<span id=":rd" class="p9" tabindex="0"><br>I&#39;ve updated to 1.8.0 and with the same code I get a 404 NOT_FOUND when i use queue_declare<br><br>---------------------<br></span>Traceback (most recent call last):<br>(...)<br>

  File &quot;/usr/local/sbin/test2&quot;, line 138, in __init__<br>    self.chan_in.queue_declare(queue=&#39;st.test-o.com_q&#39;, durable=True, exclusive=True, auto_delete=False)<br>  File &quot;/usr/lib/pymodules/python2.5/amqplib/client_0_8/channel.py&quot;, line 1296, in queue_declare<br>

    (50, 11),    # Channel.queue_declare_ok<br>  File &quot;/usr/lib/pymodules/python2.5/amqplib/client_0_8/abstract_channel.py&quot;, line 105, in wait<br>    return amqp_method(self, args)<br>  File &quot;/usr/lib/pymodules/python2.5/amqplib/client_0_8/channel.py&quot;, line 274, in _close<br>

    (class_id, method_id))<br>amqplib.client_0_8.exceptions.AMQPChannelException: (404, u&quot;NOT_FOUND - no queue &#39;st.test-o.com_q&#39; in vhost &#39;/&#39;&quot;, (50, 10), &#39;Channel.queue_declare&#39;)<br>----------------------<br>

<br><br>I&#39;ve changed st.test-o.com_q  to  st_test-o_com_q and had no problem... periods are not allowed in queue names now? <br><br clear="all">Nico César<br><a href="http://blog.nicocesar.com">http://blog.nicocesar.com</a><br>