mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-03-06 17:30:11 +00:00
This closes #2361
This commit is contained in:
commit
f5a73dfab1
@ -497,7 +497,7 @@ public class AMQPMessage extends RefCountMessage {
|
|||||||
|
|
||||||
// Copy the full message contents with delivery annotations as they will
|
// Copy the full message contents with delivery annotations as they will
|
||||||
// be trimmed on send and may become useful on the broker at a later time.
|
// be trimmed on send and may become useful on the broker at a later time.
|
||||||
data.get(newData);
|
view.get(newData);
|
||||||
|
|
||||||
AMQPMessage newEncode = new AMQPMessage(this.messageFormat, newData, extraProperties, coreMessageObjectPools);
|
AMQPMessage newEncode = new AMQPMessage(this.messageFormat, newData, extraProperties, coreMessageObjectPools);
|
||||||
newEncode.setMessageID(this.getMessageID());
|
newEncode.setMessageID(this.getMessageID());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user