This commit is contained in:
Michael Andre Pearce 2018-02-22 20:33:08 +00:00
commit 1efb4b97eb
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ public class ConsumerFilterPredicate extends ActiveMQFilterPredicate<ServerConsu
return true; return true;
switch (f) { switch (f) {
case ID: case ID:
return matches(consumer.getID()); return matches(consumer.getSequentialID());
case SESSION_ID: case SESSION_ID:
return matches(consumer.getSessionID()); return matches(consumer.getSessionID());
case USER: case USER: