activemq-artemis/artemis-core-client
Howard Gao a2504288c6 ARTEMIS-2500 CoreMessage doesn't make a ful copy of its props on moveHeadersAndProperties
When CoreMessage is doing copyHeadersAndProperties() it doesn't
make a full copy of its properties (a TypedProperties object).
It will cause problem when multiple threads/parties are modifying the
properties of the copied messages from the same message.

This will be particular bad if the message is a large message
where moveHeadersAndProperties is being used.
2019-09-23 20:06:41 -04:00
..
src ARTEMIS-2500 CoreMessage doesn't make a ful copy of its props on moveHeadersAndProperties 2019-09-23 20:06:41 -04:00
pom.xml [maven-release-plugin] prepare for next development iteration 2019-09-23 11:19:54 -04:00