summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2014-02-10 19:23:08 +0000
committerMatthias Radestock <matthias@rabbitmq.com>2014-02-10 19:23:08 +0000
commiteddc6987afbf130c709fe0170f111e236e66f4fd (patch)
treeadf8e50087407994ab6b7eea88b7992db9f6db07 /docs
parent362a5b666c1a9148ed5ccb040d25d37d36c68ccc (diff)
parent5339f0a0afbe4fe1fae656ecf6222c52330a6147 (diff)
downloadrabbitmq-server-git-eddc6987afbf130c709fe0170f111e236e66f4fd.tar.gz
merge default into bug25853
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmqctl.1.xml17
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>