diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2013-01-16 10:56:32 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2013-01-16 10:56:32 +0000 |
| commit | 85e7c981bb4f289aa53a00c6220954fd1423b341 (patch) | |
| tree | 0c9dbde5d02cbcc1bef6ca3c976348df7616611c /docs | |
| parent | 7fca26b8cf85bac3270b676d2ebbedd2079501c6 (diff) | |
| parent | 8bd48a9921ba30f86133f6b7266af0f0d2088813 (diff) | |
| download | rabbitmq-server-git-85e7c981bb4f289aa53a00c6220954fd1423b341.tar.gz | |
Merge bug25393
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index a95f7b3d4b..c7069aedf4 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -476,6 +476,26 @@ </para> </listitem> </varlistentry> + <varlistentry> + <term><cmdsynopsis><command>cancel_sync_queue</command> <arg choice="req">queue</arg></cmdsynopsis> + </term> + <listitem> + <variablelist> + <varlistentry> + <term>queue</term> + <listitem> + <para> + The name of the queue to cancel synchronisation for. + </para> + </listitem> + </varlistentry> + </variablelist> + <para> + Instructs a synchronising mirrored queue to stop + synchronising itself. + </para> + </listitem> + </varlistentry> </variablelist> </refsect2> @@ -1139,6 +1159,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 "{syncing, MsgCount}" if the queue is + synchronising.</para></listitem> + </varlistentry> </variablelist> <para> If no <command>queueinfoitem</command>s are specified then queue name and depth are |
