node-amqp10
node-amqp10 copied to clipboard
Messages with multiple body elements should be supported
AMQP allows multiple payloads in a message, we should support it. Right now we decode the first and return it.
reminder: https://github.com/noodlefrenzy/node-amqp10/blob/master/lib/types/message.js#L175