diff options
| author | Alexey Lebedeff <binarin@gmail.com> | 2015-10-20 21:17:14 +0300 |
|---|---|---|
| committer | Michael Klishin <mklishin@pivotal.io> | 2015-10-22 12:16:34 +0300 |
| commit | 0069732db116c4ffb4a11d6a5311143d4d5d8e35 (patch) | |
| tree | da2036cae0d9901820b06d8da52c3e3d13397bbb /docs | |
| parent | 94b2959c061d40bbf379e1cf7adaf4c6a48b01ea (diff) | |
| download | rabbitmq-server-git-0069732db116c4ffb4a11d6a5311143d4d5d8e35.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 92d4846638..86ae899456 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 |
