activemq-artemis/artemis-core-client
Howard Gao 312d53d5ab ARTEMIS-1227 Internal properties not removed from messages
In a cluster if a node is shut down (or crashed) when a
message is being routed to a remote binding, a internal
property may be added to the message and persisted. The
name of the property is like _AMQ_ROUTE_TOsf.my-cluster*.
if the node starts back, it will load and reroute this message
and if it goes to a local consumer, this property won't
get removed and goes to the client.

The fix is to remove this internal property before it
is sent to any client.
2017-10-10 09:15:45 +08:00
..
src ARTEMIS-1227 Internal properties not removed from messages 2017-10-10 09:15:45 +08:00
pom.xml [maven-release-plugin] prepare for next development iteration 2017-09-05 17:03:48 -04:00