diff options
| author | Alexey Lebedeff <binarin@gmail.com> | 2015-10-20 21:17:14 +0300 |
|---|---|---|
| committer | Alexey Lebedeff <binarin@gmail.com> | 2015-10-20 21:22:17 +0300 |
| commit | 83e971df6b6693bb885bd57191f3e87a2b2ce3d1 (patch) | |
| tree | c8acca6f64ff0d0f1a0c40b8a9c3551a35efdbc7 /docs | |
| parent | 88328fe18ee5ba1cb8a01797050cc1443669be5d (diff) | |
| download | rabbitmq-server-git-83e971df6b6693bb885bd57191f3e87a2b2ce3d1.tar.gz | |
Add `exclusive` item to `rabbitmqctl list_queues`
In addition to owner_pid, which makes little sense to beginners.
References #371
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index 4a5e315ecd..74ef71108e 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -1230,6 +1230,11 @@ queue is non-exclusive.</para></listitem> </varlistentry> <varlistentry> + <term>exclusive</term> + <listitem><para>True if queue is exclusive (i.e. has + owner_pid), false otherwise</para></listitem> + </varlistentry> + <varlistentry> <term>exclusive_consumer_pid</term> <listitem><para>Id of the Erlang process representing the channel of the exclusive consumer subscribed to this queue. Empty if |
