activemq-artemis/docs
Justin Bertram 7096bc187a ARTEMIS-2649 always over-write ORIG message props
ORIG message propertes like _AMQ_ORIG_ADDRESS are added to messages
during various broker operations (e.g. diverting a message, expiring a
message, etc.). However, if multiple operations try to set these
properties on the same message (e.g. administratively moving a message
which eventually gets sent to a dead-letter address) then important
details can be lost. This is particularly problematic when using
auto-created dead-letter or expiry resources which use filters based on
_AMQ_ORIG_ADDRESS and can lead to message loss.

This commit simply over-writes the existing ORIG properties rather than
preserving them so that the most recent information is available.
2020-06-01 15:19:34 -04:00
..
diagrams ACTIVEMQ6-9 - port to markdown 2014-12-08 13:23:24 +00:00
hacking-guide/en ARTEMIS-2732 Updating hacking guide 2020-04-22 23:08:46 -04:00
migration-guide/en Corrected a spelling mistake of "no" to "not". 2018-12-13 10:41:47 -06:00
user-manual/en ARTEMIS-2649 always over-write ORIG message props 2020-06-01 15:19:34 -04:00