mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-08 11:05:34 +00:00
Alternate patch that doesn't copy the message bytes unless doing a redelivery or skipping delivery annotations in the original version of the message. Proton-J will copy the bytes provided to the Sender's send method so a copy isn't necessary on most common sends.