diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2014-02-05 16:24:11 +0000 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2014-02-05 16:24:11 +0000 |
| commit | bb4ccbfbfda1efead3c2dbae3f0cf06d2697e7d0 (patch) | |
| tree | 73d47c777e929c4b8476e3818f771dbb1be7a886 /docs/rabbitmqctl.1.xml | |
| parent | 70d58983fe9fc30b1c818e61666eaaaca1bee662 (diff) | |
| parent | 642664dd4162f29503df8ce771f2ce03c34fa96d (diff) | |
| download | rabbitmq-server-git-bb4ccbfbfda1efead3c2dbae3f0cf06d2697e7d0.tar.gz | |
merge bug25980 into 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> |
