postwait / node-amqp

[UNMAINTAINED] node-amqp is an AMQP client for nodejs
MIT License
1.69k stars 357 forks source link

INTERNAL_ERROR when rabbitmq server shutdown #321

Open jgato opened 10 years ago

jgato commented 10 years ago

Dear all,

I have realized that we receive an INTERNAL_ERROR message when we shut-down server if we use rabbitmq-server 3.1.3 (ubuntu 13.10). The same situation (server shutdown) with rabbitmq-server 3.0.2 receives correctly an CONNECTION_FORCED (reason shutdown).

Anyone with similar situations?

simonmorley commented 10 years ago

I have the same problem here and the connection is not recovering.

jgato commented 10 years ago

Something new about this?