diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2014-02-10 14:38:34 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2014-02-10 14:38:34 +0000 |
| commit | 791baeba6490b9712110c5c93a0548c5d615e21a (patch) | |
| tree | b2e201e9cc17a260673ffbed56c2354bc0c21850 /docs | |
| parent | e0ef32db6808756e85aac8480c7a6cdd4a03d1b3 (diff) | |
| parent | 5cb24141d912924d25b51094e8d4cb8bcabb78df (diff) | |
| download | rabbitmq-server-git-791baeba6490b9712110c5c93a0548c5d615e21a.tar.gz | |
Merge in default
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> |
