mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-06 10:09:01 +00:00
ARTEMIS-1692 fixed filtering consumers in hawtio console
This commit is contained in:
parent
6674935e87
commit
bf2688c55f
@ -41,7 +41,7 @@ public class ConsumerFilterPredicate extends ActiveMQFilterPredicate<ServerConsu
|
||||
return true;
|
||||
switch (f) {
|
||||
case ID:
|
||||
return matches(consumer.getID());
|
||||
return matches(consumer.getSequentialID());
|
||||
case SESSION_ID:
|
||||
return matches(consumer.getSessionID());
|
||||
case USER:
|
||||
|
Loading…
x
Reference in New Issue
Block a user