clebertsuconic commented on issue #2686: ARTEMIS-2361 Bridge should make a copy 
of messages
URL: https://github.com/apache/activemq-artemis/pull/2686#issuecomment-497111941
 
 
   @ldebello The Divert makes a copy of the message before anyway... I want to 
avoid a case where the broker changes the message unadvertadely .  AMQP has a 
few specs that would be broken if I let that happen.
   
   the way to go is to call messageChanged on the copy. and this is working 
fine, right?
   
   
   I went further and looked at the Bridge which was also changing the root 
message instead of making a copy.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to