[rabbitmq-discuss] PossibleAuthenticationFailureError

Michael Klishin michael.s.klishin at gmail.com
Mon Oct 31 23:35:48 GMT 2011


2011/11/1 Paul Cowan <dagda1 at scotalt.net>

> Do I need to add this guest account to the local rabbitmq-server?


RabbitMQ should have guest:guest user after installation. That exception is
raised when broker closes TCP connection before AMQP connection is
negotiated and open.
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.

Possibly for whatever reason your RabbitMQ installation does not have guest
user, you can check it or add it using rabbitmqctl.

The exception for unsuccessful TCP connection is different so it must be
the missing user.
-- 
MK

http://github.com/michaelklishin
http://twitter.com/michaelklishin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20111101/b4d2a2bc/attachment.htm>


More information about the rabbitmq-discuss mailing list