node-amqp icon indicating copy to clipboard operation
node-amqp copied to clipboard

Error Code 505

Open dchankhour opened this issue 10 years ago • 2 comments

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 avatar Dec 10 '14 17:12 dchankhour

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

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

dchankhour avatar Dec 16 '14 01:12 dchankhour

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

iBorodai avatar May 19 '15 16:05 iBorodai