GitHub user tabish121 opened a pull request:
https://github.com/apache/activemq-artemis/pull/2308
ARTEMIS-2083 Decode only the relavent portions of the message
Ensure that the Body of the message is never decoded in the partial
decode phase of the message processing and also gaurd against the
decode of ApplicationProperties which should be done lazily. Add
lazy decode of DeliveryAnnotations as they are not used at present.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tabish121/activemq-artemis ARTEMIS-2083
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2308.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2308
----
commit cfe63355ddd3153d6107be8c1f2a8d3fdf411d02
Author: Timothy Bish <tabish121@...>
Date: 2018-09-12T16:42:45Z
ARTEMIS-2083 Decode only the relavent portions of the message
Ensure that the Body of the message is never decoded in the partial
decode phase of the message processing and also gaurd against the
decode of ApplicationProperties which should be done lazily. Add
lazy decode of DeliveryAnnotations as they are not used at present.
----
---