diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2014-02-18 14:20:33 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2014-02-18 14:20:33 +0000 |
| commit | 4e31d6c7fbd65b337329d1152ea638f4144b0ff5 (patch) | |
| tree | f2c85e2bada34e3207f0ec915b2d9050ca998c5f /docs/rabbitmqctl.1.xml | |
| parent | 54b5de37ca389d02045ea8ac7b69836414279aba (diff) | |
| parent | 703df9f52c08029827c1fe7ea369ecb58a0d273f (diff) | |
| download | rabbitmq-server-git-4e31d6c7fbd65b337329d1152ea638f4144b0ff5.tar.gz | |
Merge in default
Diffstat (limited to 'docs/rabbitmqctl.1.xml')
| -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> |
