mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-07 02:29:08 +00:00
When "large" messages are converted to / from core in order to be stored in the large message store the type of the AMQP body section is being lost and reconstituted incorrectly in some cases. The message needs to be annotated with the original AMQP type for the body and that used to manage the conversion back to AMQP from Core.