diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2014-09-10 14:10:17 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2014-09-10 14:10:17 +0100 |
| commit | e846352bc3c49ec10a334d67e3f920b1e7c8c6b6 (patch) | |
| tree | 4bf7cd15663609ec1518709aa4ff5d381e40e193 /docs | |
| parent | 94d0eccad65094e2b2912691ffc95df022a07483 (diff) | |
| download | rabbitmq-server-git-e846352bc3c49ec10a334d67e3f920b1e7c8c6b6.tar.gz | |
Show down queues in "rabbitmqctl list_queues"
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index eb3c7ef38d..2b70587a43 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -1253,10 +1253,14 @@ message loss.</para></listitem> </varlistentry> <varlistentry> - <term>status</term> - <listitem><para>The status of the queue. Normally - 'running', but may be "{syncing, MsgCount}" if the queue is - synchronising.</para></listitem> + <term>state</term> + <listitem><para>The state of the queue. Normally + 'running', but may be "{syncing, MsgCount}" if the + queue is synchronising. Queues which are located on + cluster nodes that are currently down will be shown + with a status of 'down' (and most other + <command>queueinfoitem</command>s will be + unavailable).</para></listitem> </varlistentry> </variablelist> <para> |
