summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2021-02-24 21:26:46 +0300
committerMichael Klishin <michael@clojurewerkz.org>2021-02-24 21:26:46 +0300
commit93721bfa2d71d91df1ab689a7438cafc90d0aadc (patch)
treeaf26e5647dabdf53884c1010e1177133473e021a
parent930c78795cdbfa0dc84f4bbab2655b024743a594 (diff)
downloadrabbitmq-server-git-93721bfa2d71d91df1ab689a7438cafc90d0aadc.tar.gz
Whitelist consumer_capacity in 'rabbitmqctl list_queues'
-rw-r--r--deps/rabbitmq_cli/lib/rabbitmq/cli/ctl/commands/list_queues_command.ex4
1 files changed, 3 insertions, 1 deletions
diff --git a/deps/rabbitmq_cli/lib/rabbitmq/cli/ctl/commands/list_queues_command.ex b/deps/rabbitmq_cli/lib/rabbitmq/cli/ctl/commands/list_queues_command.ex
index 4b2032d92a..076af08677 100644
--- a/deps/rabbitmq_cli/lib/rabbitmq/cli/ctl/commands/list_queues_command.ex
+++ b/deps/rabbitmq_cli/lib/rabbitmq/cli/ctl/commands/list_queues_command.ex
@@ -21,7 +21,9 @@ defmodule RabbitMQ.CLI.Ctl.Commands.ListQueuesCommand do
messages_persistent message_bytes message_bytes_ready
message_bytes_unacknowledged message_bytes_ram message_bytes_persistent
head_message_timestamp disk_reads disk_writes consumers
- consumer_utilisation memory slave_pids synchronised_slave_pids state type
+ # these are aliases
+ consumer_utilisation consumer_capacity
+ memory slave_pids synchronised_slave_pids state type
leader members online)a
def description(), do: "Lists queues and their properties"