diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2012-12-30 18:34:11 +0000 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2012-12-30 18:34:11 +0000 |
| commit | 41eb7345ced6296d445bd8cc04cc1ecacb9c0991 (patch) | |
| tree | 4f86587cbb1ac745d555499d24b6b7ff0884a5ef /docs/rabbitmqctl.1.xml | |
| parent | d02d5e93b5fcb8b7bb4d4a5a8860c77308f491a9 (diff) | |
| parent | b514728bcce18852d5d29659ee9b383acb133d12 (diff) | |
| download | rabbitmq-server-git-41eb7345ced6296d445bd8cc04cc1ecacb9c0991.tar.gz | |
merge bug24407 into bug25345
...and move Info{Push,Pull} into Args, where they belong
Diffstat (limited to 'docs/rabbitmqctl.1.xml')
| -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 |
