<br><br><div class="gmail_quote">2011/11/1 Paul Cowan <span dir="ltr"><<a href="mailto:dagda1@scotalt.net">dagda1@scotalt.net</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Do I need to add this guest account to the local rabbitmq-server?</blockquote></div><br>RabbitMQ should have guest:guest user after installation. That exception is raised when broker closes TCP connection before AMQP connection is negotiated and open.<div>
Per AMQP 0.9.1 spec, if authentication fails broker should close connection immediately and not send any more data. This is why the "Possible" part.<br clear="all"><div><br></div><div>Possibly for whatever reason your RabbitMQ installation does not have guest user, you can check it or add it using rabbitmqctl.</div>
<div><br></div><div>The exception for unsuccessful TCP connection is different so it must be the missing user.</div>-- <br>MK<br><br><a href="http://github.com/michaelklishin" target="_blank">http://github.com/michaelklishin</a><br>
<a href="http://twitter.com/michaelklishin" target="_blank">http://twitter.com/michaelklishin</a><br><br>
</div>