ARTEMIS-2698 Fixing Typos on exposed group properties
This commit is contained in:
parent
598c2631ad
commit
679bc1a3a0
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue