<FONT face="Default Sans Serif,Verdana,Arial,Helvetica,sans-serif" size=2><div>Hi,<br><br>Using 2.6.1 and python's amqplib-1.0.0.<br><br>I can run examples with guest/guest, but no other users/passwords I've created seem to work:<br><br>&nbsp;&nbsp;&nbsp; conn = amqp.Connection(host="localhost:5672", userid="guest1", password="guest1", virtual_host="/", insist=True)<br>&nbsp; File "build/bdist.linux-i686/egg/amqplib/client_0_8/connection.py", line 147, in __init__<br>&nbsp; File "build/bdist.linux-i686/egg/amqplib/client_0_8/connection.py", line 489, in _x_open<br>&nbsp; File "build/bdist.linux-i686/egg/amqplib/client_0_8/abstract_channel.py", line 94, in wait<br>&nbsp; File "build/bdist.linux-i686/egg/amqplib/client_0_8/connection.py", line 201, in _wait_method<br>&nbsp; File "build/bdist.linux-i686/egg/amqplib/client_0_8/method_framing.py", line 221, in read_method<br>IOError: Socket closed<br><br></div><div>I'm using rabbitmqctl, and the users show in the list, but are invalid!<br><br>Any ideas?<br><br>Sean<br><br>"Every good work of software starts by scratching a developer's personal itch" -- Eric Raymond <br></div></FONT>