[rabbitmq-discuss] RabbitMQ hangs, does not accept connections
Matthias Radestock
matthias at rabbitmq.com
Thu Dec 22 10:50:15 GMT 2011
Dmitri,
On 22/12/11 10:43, Dmitri Minaev wrote:
> No, I cannot connect to Rabbit even from the same server. As I said
> before, TCP connection to 127.0.0.1 is established, but AMQP
> connection is not established.
On the broker machine, try
$ telnet localhost 5672
and type in 'AMQPxxxx<return>'
That should result in an output of
AMQP Connection closed by foreign host.
and a message in the rabbit.log like this:
=ERROR REPORT==== 22-Dec-2011::10:47:09 ===
exception on TCP connection <0.767.0> from [::1]:48915
{bad_version,120,120,120,120}
Do you get the same?
Matthias.
More information about the rabbitmq-discuss
mailing list