postwait / node-amqp

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

Error Code 505 #371

Open dchankhour opened 9 years ago

dchankhour commented 9 years ago

i have recently received a 505 Error Code that have killed the Rabbit Connection.

According to Rabbit Documentation:

"The peer sent a frame that was not expected, usually in the context of a content header and body. This strongly indicates a fault in the peer's content processing."

I would like more information on the error and how to avoid such error since the connection is killed when such error happens?

dchankhour commented 9 years ago

After some research, i have gotten the error after the following error has occurred:

Unmatched field {\"name\":\"replyTo\",\"domain\":\"shortstr\"}

iBorodai commented 9 years ago

Same trouble! Check that "replyTo" value is string. It works for me :)