1
0
mirror of https://github.com/apache/activemq-artemis.git synced 2025-03-04 08:19:56 +00:00

fixing filter in retry message

This commit is contained in:
Andy Taylor 2016-01-13 18:47:59 +00:00
parent 4bc3422f6a
commit 79454893ce

@ -1604,7 +1604,7 @@ public class QueueImpl implements Queue {
final HashMap<SimpleString, Long> queues = new HashMap<>();
return iterQueue(DEFAULT_FLUSH_LIMIT, null, new QueueIterateAction() {
return iterQueue(DEFAULT_FLUSH_LIMIT, filter, new QueueIterateAction() {
@Override
public void actMessage(Transaction tx, MessageReference ref) throws Exception {