diff options
| author | Michael Klishin <michael@novemberain.com> | 2015-10-22 11:21:48 +0300 |
|---|---|---|
| committer | Michael Klishin <michael@novemberain.com> | 2015-10-22 11:21:48 +0300 |
| commit | 671baa4e8766dcd481ec952ab2450fdac4b6e0a0 (patch) | |
| tree | bffe90f31318a2949067dee75f8f9f22cd66aaa6 /docs | |
| parent | 272bfb74e06aab7cdc7958ac9e938f8a63a208ce (diff) | |
| parent | 83e971df6b6693bb885bd57191f3e87a2b2ce3d1 (diff) | |
| download | rabbitmq-server-git-671baa4e8766dcd481ec952ab2450fdac4b6e0a0.tar.gz | |
Merge pull request #373 from binarin/rabbitmqctl-list-queues-exclusive
Add `exclusive` item to `rabbitmqctl list_queues`
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 |
