You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Christopher L. Shannon (Jira)" <ji...@apache.org> on 2023/02/16 12:27:00 UTC

[jira] [Comment Edited] (AMQ-9217) Add config flag to support per-destination audit in AbstractDeadLetterStrategy

    [ https://issues.apache.org/jira/browse/AMQ-9217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17689734#comment-17689734 ] 

Christopher L. Shannon edited comment on AMQ-9217 at 2/16/23 12:26 PM:
-----------------------------------------------------------------------

This has a test failure on rollback due to the wrong destination being used (the DLQ is used on rollback to find the original message audit in the map so it can't find it). I have a PR coming shortly for a fix. The test that is failing is 
{code:java}
org.apache.activemq.jmx.DLQRetryTest.testIndividualDLQ{code}
[https://builds.apache.org/job/ActiveMQ/job/ActiveMQ/job/main/245/testReport/org.apache.activemq.jmx/DLQRetryTest/testIndividualDLQ/]


was (Author: christopher.l.shannon):
This has a test failure on rollback due to the wrong destination being used (the DLQ is used on rollback to find the original message audit in the map so it can't find it). I have a PR coming shortly for a fix. The test that is failing is org.apache.activemq.jmx.DLQRetryTest.testIndividualDLQ

 

https://builds.apache.org/job/ActiveMQ/job/ActiveMQ/job/main/245/testReport/org.apache.activemq.jmx/DLQRetryTest/testIndividualDLQ/

> Add config flag to support per-destination audit in AbstractDeadLetterStrategy
> ------------------------------------------------------------------------------
>
>                 Key: AMQ-9217
>                 URL: https://issues.apache.org/jira/browse/AMQ-9217
>             Project: ActiveMQ
>          Issue Type: Improvement
>            Reporter: Matt Pavlovich
>            Assignee: Matt Pavlovich
>            Priority: Major
>             Fix For: 5.18.0, 5.17.4
>
>          Time Spent: 2h 10m
>  Remaining Estimate: 0h
>
> By default, dead letter strategies are shared per destination policy. This breaks for IndividualDeadLetterStrategy destination policies, where if the same message is DLQ'd from two queues (ie. Virtual Destination forwarding), only one message will be permitted to DLQ. 
> A flag to enable a fix for this in 5.17.x



--
This message was sent by Atlassian Jira
(v8.20.10#820010)