This closes #319

This commit is contained in:
Clebert Suconic 2016-01-13 14:02:50 -05:00
commit 4bd0be40e2
1 changed files with 1 additions and 1 deletions

View File

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