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

Messages with multiple body elements should be supported

Open noodlefrenzy opened this issue 10 years ago • 1 comments

AMQP allows multiple payloads in a message, we should support it. Right now we decode the first and return it.

noodlefrenzy avatar May 27 '15 20:05 noodlefrenzy

reminder: https://github.com/noodlefrenzy/node-amqp10/blob/master/lib/types/message.js#L175

mbroadst avatar Mar 11 '16 14:03 mbroadst