jbertram opened a new pull request #3967:
URL: https://github.com/apache/activemq-artemis/pull/3967
Avoid storing the following values as byte[] for OpenWire:
- Marshalled properties. We already store the unmarshalled properties
so this is altogether redundant.
- Producer ID.
- Message ID as byte[].
- Various destination values.
- Eliminate the "original transaction ID" conversion code as it's never
actually set from the incoming message.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]