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:
Gary Tully 2011-03-22 14:11:03 +00:00
parent e10f75c33d
commit 32d24fbbdd
1 changed files with 1 additions and 1 deletions

View File

@ -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