This is an automated email from the ASF dual-hosted git repository.
cshannon pushed a change to branch activemq-5.17.x
in repository https://gitbox.apache.org/repos/asf/activemq.git
from b7925d843 Update copyright to include 2023
new 47962eea2 [AMQ-9217] Fix per-destination audits on
IndividualDeadLetterStrategy
new 50943caa6 AMQ-9217 - Fix IndividualDeadLetter strategy rollback
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../region/policy/AbstractDeadLetterStrategy.java | 22 ++--
.../policy/IndividualDeadLetterStrategy.java | 56 +++++++++
.../region/policy/SharedDeadLetterStrategy.java | 27 +++++
.../broker/policy/IndividualDeadLetterTest.java | 127 +++++++++++++++++++++
4 files changed, 217 insertions(+), 15 deletions(-)