[rabbitmq-discuss] RabbitMq on Ubuntu Server
Matthias Radestock
matthias at rabbitmq.com
Sun Feb 24 00:10:10 GMT 2013
Marco,
On 23/02/13 22:09, Marco Mistroni wrote:
> =ERROR REPORT==== 23-Feb-2013::22:05:28 ===
> exception on TCP connection <0.797.8> from 127.0.0.1:44821
> {bad_header,<<65,77,81,80,0,0,9,1>>}
That means the client tried to talk to the server using a protocol the
server doesn't understand. In particular, the above indicates AMQP
0-9-1, whereas...
> [{running_applications,[{rabbit,"RabbitMQ","1.6.0"},
that is RabbitMQ 1.6.0, which only speaks AMQP 0-8.
You should upgrade to a more recent rabbit.
I am curious though, how did you end up with such an ancient version of
RabbitMQ? 1.6.0 was released nearly four years ago; there have been more
than thirty RabbitMQ releases since then!
Regards,
Matthias.
More information about the rabbitmq-discuss
mailing list