mirror of
https://github.com/apache/activemq.git
synced 2025-02-16 23:16:52 +00:00
https://issues.apache.org/jira/browse/AMQ-3003 - pass new sub parameter from expired processing
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1084188 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e10f75c33d
commit
32d24fbbdd
@ -810,7 +810,7 @@ public class RegionBroker extends EmptyBroker {
|
||||
if (LOG.isDebugEnabled()) {
|
||||
LOG.debug("Message expired " + node);
|
||||
}
|
||||
getRoot().sendToDeadLetterQueue(context, node, null);
|
||||
getRoot().sendToDeadLetterQueue(context, node, subscription);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user