ARTEMIS-2698 Fixing Typos on exposed group properties

This commit is contained in:
Clebert Suconic 2020-04-08 16:00:26 -04:00
parent 598c2631ad
commit 679bc1a3a0
1 changed files with 2 additions and 2 deletions

View File

@ -1711,7 +1711,7 @@ public class QueueControlImpl extends AbstractControl implements QueueControl {
clearIO();
try {
return queue.getMaxConsumers();
return queue.getGroupBuckets();
} finally {
blockOnIO();
}
@ -1720,7 +1720,7 @@ public class QueueControlImpl extends AbstractControl implements QueueControl {
@Override
public String getGroupFirstKey() {
if (AuditLogger.isEnabled()) {
AuditLogger.getMaxConsumers(queue);
AuditLogger.getGroupFirstKey(queue);
}
checkStarted();