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…
Reference in New Issue