mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-07 18:49:14 +00:00
fixing filter in retry message
This commit is contained in:
parent
4bc3422f6a
commit
79454893ce
@ -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…
x
Reference in New Issue
Block a user