diff options
| author | Alvaro Videla <videlalvaro@gmail.com> | 2015-07-03 16:43:21 +0200 |
|---|---|---|
| committer | Alvaro Videla <videlalvaro@gmail.com> | 2015-07-03 16:43:21 +0200 |
| commit | f46d3e3d9e02e2b191d00d2738309251d2797405 (patch) | |
| tree | ca603bdce7b31c059197e300acdb2c00fd3419b6 /docs | |
| parent | 64e60dfcad57e1a27e5bffe713eb5eba24430b21 (diff) | |
| parent | 16ad85f690203b0ae403f5392f9bb747b8dc84ce (diff) | |
| download | rabbitmq-server-git-f46d3e3d9e02e2b191d00d2738309251d2797405.tar.gz | |
Merge branch 'stable'
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index 9cc50ec49d..4a5e315ecd 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -590,6 +590,25 @@ </listitem> </varlistentry> <varlistentry> + <term><cmdsynopsis><command>purge_queue</command> <arg choice="req">queue</arg></cmdsynopsis> + </term> + <listitem> + <variablelist> + <varlistentry> + <term>queue</term> + <listitem> + <para> + The name of the queue to purge. + </para> + </listitem> + </varlistentry> + </variablelist> + <para> + Purges a queue (removes all messages in it). + </para> + </listitem> + </varlistentry> + <varlistentry> <term><cmdsynopsis><command>set_cluster_name</command> <arg choice="req">name</arg></cmdsynopsis></term> <listitem> <para> |
