Description
When the broker receives AMQP messages it considers those over a certain size (currently the lower of journal file size and journal buffer size, ~500KB default) to be a 'large' message. In its handling of these, the message is essentially converted internally to a Core message, and when sending the message to an AMQP consumer, essentially gets converted back. During investigation of and testing of ARTEMIS-1940 I noted that although my test sent in an AMQP Data body section and so that is what should come back out, I instead received an AMQP Value body section containing a binary value (with the same bytes).
Attachments
Issue Links
- relates to
-
AMQ-6374 AMQP: Improve message transformation to provide better cross protocol messaging
- Resolved
- links to