mirror of https://github.com/apache/activemq.git
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()) {
|
if (LOG.isDebugEnabled()) {
|
||||||
LOG.debug("Message expired " + node);
|
LOG.debug("Message expired " + node);
|
||||||
}
|
}
|
||||||
getRoot().sendToDeadLetterQueue(context, node, null);
|
getRoot().sendToDeadLetterQueue(context, node, subscription);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue