diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2012-12-14 11:36:02 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2012-12-14 11:36:02 +0000 |
| commit | 2c35646ffc45c7ca262fe1c00600e0866b991c80 (patch) | |
| tree | bb63e9b78a47c25697a2d7e0e7ce88c72cccfed0 /docs | |
| parent | 54082cc9333d45e2063cfe1c13a3e52a23d30e89 (diff) | |
| download | rabbitmq-server-git-2c35646ffc45c7ca262fe1c00600e0866b991c80.tar.gz | |
Ensure rabbitmqctl list_queues remains responsive during sync, and emit stats events too.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index 1583ab98a8..d18a0f9e49 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -1140,6 +1140,12 @@ i.e. those which could take over from the master without message loss.</para></listitem> </varlistentry> + <varlistentry> + <term>status</term> + <listitem><para>The status of the queue. Normally + 'running', but may be different if the queue is + synchronising.</para></listitem> + </varlistentry> </variablelist> <para> If no <command>queueinfoitem</command>s are specified then queue name and depth are |
