This closes #319
This commit is contained in:
commit
4bd0be40e2
|
@ -1604,7 +1604,7 @@ public class QueueImpl implements Queue {
|
||||||
|
|
||||||
final HashMap<SimpleString, Long> queues = new HashMap<>();
|
final HashMap<SimpleString, Long> queues = new HashMap<>();
|
||||||
|
|
||||||
return iterQueue(DEFAULT_FLUSH_LIMIT, null, new QueueIterateAction() {
|
return iterQueue(DEFAULT_FLUSH_LIMIT, filter, new QueueIterateAction() {
|
||||||
@Override
|
@Override
|
||||||
public void actMessage(Transaction tx, MessageReference ref) throws Exception {
|
public void actMessage(Transaction tx, MessageReference ref) throws Exception {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue