node-amqp
node-amqp copied to clipboard
Error Code 505
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?
After some research, i have gotten the error after the following error has occurred:
Unmatched field {"name":"replyTo","domain":"shortstr"}
Same trouble! Check that "replyTo" value is string. It works for me :)