diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2013-01-04 12:24:44 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2013-01-04 12:24:44 +0000 |
| commit | fc8ae626a9b2ec20af0a3fe82e3b059b2c7555c0 (patch) | |
| tree | e52afb2d50f8d0ffbf59c55ff8b171c7a9380225 /docs | |
| parent | 56332947000072fcfa785a4d52384b687d5df05e (diff) | |
| parent | 34ef2446341123de05f387f0d8e675316464e040 (diff) | |
| download | rabbitmq-server-git-fc8ae626a9b2ec20af0a3fe82e3b059b2c7555c0.tar.gz | |
Merge in bug24407.
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..31921769df 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 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 |
