gaohoward commented on issue #2846: ARTEMIS-2500 CoreMessage doesn't make a ful copy of its props URL: https://github.com/apache/activemq-artemis/pull/2846#issuecomment-534105713 @clebertsuconic Looking at QueueImpl.move() it is still used message.copy(newID) method. In LargeServerMessageImpl.copy(newID) -> JournalStorageManager.createLargeMessage(long, Message) where this method is used. It looks to me the message copy still shares the properties.
---------------------------------------------------------------- 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
