<span id=":rd" class="p9" tabindex="0"><br>I'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 "/usr/local/sbin/test2", line 138, in __init__<br> self.chan_in.queue_declare(queue='st.test-o.com_q', durable=True, exclusive=True, auto_delete=False)<br> File "/usr/lib/pymodules/python2.5/amqplib/client_0_8/channel.py", line 1296, in queue_declare<br>
(50, 11), # Channel.queue_declare_ok<br> File "/usr/lib/pymodules/python2.5/amqplib/client_0_8/abstract_channel.py", line 105, in wait<br> return amqp_method(self, args)<br> File "/usr/lib/pymodules/python2.5/amqplib/client_0_8/channel.py", line 274, in _close<br>
(class_id, method_id))<br>amqplib.client_0_8.exceptions.AMQPChannelException: (404, u"NOT_FOUND - no queue 'st.test-o.com_q' in vhost '/'", (50, 10), 'Channel.queue_declare')<br>----------------------<br>
<br><br>I'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>