diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2014-02-05 15:12:40 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2014-02-05 15:12:40 +0000 |
| commit | 642664dd4162f29503df8ce771f2ce03c34fa96d (patch) | |
| tree | 36d5a50caa4167691925d30265e77b738ee043fe /docs | |
| parent | b925f14cac1ccf8b643309a2f93827e3a6df2032 (diff) | |
| parent | 71c50ccd55b1d53b09b85ad6e764fb2703247998 (diff) | |
| download | rabbitmq-server-git-642664dd4162f29503df8ce771f2ce03c34fa96d.tar.gz | |
Merge bug25979
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index d19acd0093..a7e4250385 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -502,6 +502,23 @@ </para> </listitem> </varlistentry> + <varlistentry> + <term><cmdsynopsis><command>set_cluster_name</command> <arg choice="req">name</arg></cmdsynopsis></term> + <listitem> + <para> + Sets the cluster name. The cluster name is announced to + clients on connection, and used by the federation and + shovel plugins to record where a message has been. The + cluster name is by default derived from the hostname of + the first node in the cluster, but can be changed. + </para> + <para role="example-prefix">For example:</para> + <screen role="example">rabbitmqctl set_cluster_name london</screen> + <para role="example"> + This sets the cluster name to "london". + </para> + </listitem> + </varlistentry> </variablelist> </refsect2> |
