diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2016-10-12 13:14:04 +0300 |
|---|---|---|
| committer | Michael Klishin <mklishin@pivotal.io> | 2016-10-12 13:14:04 +0300 |
| commit | c900c50e40676793bc22e8784a121102a813210f (patch) | |
| tree | f8090617682dc5833651190cff41e7a37af7cb22 /docs | |
| parent | ce111d7f9f116c2e873edc12985b9d2896f6b4be (diff) | |
| download | rabbitmq-server-git-c900c50e40676793bc22e8784a121102a813210f.tar.gz | |
Change config schema for the classic autoclustering backend
Fixes #987, references #486, #487.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmq.conf.example | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/rabbitmq.conf.example b/docs/rabbitmq.conf.example index 7e60c53da4..f03145b447 100644 --- a/docs/rabbitmq.conf.example +++ b/docs/rabbitmq.conf.example @@ -307,14 +307,14 @@ ## See http://www.rabbitmq.com/clustering.html#auto-config for ## further details. ## -# cluster_nodes.disc.rabbit = rabbit@my.host.com - -## You can define multiple nodes -# cluster_nodes.disc.hare = hare@my.host.com - -## There can be also ram nodes. -## Ram nodes should not be defined together with disk nodes -# cluster_nodes.ram.rabbit = rabbit@my.host.com +# autocluster.classic_config.nodes.node1 = rabbit1@hostname +# autocluster.classic_config.nodes.node2 = rabbit2@hostname +# autocluster.classic_config.nodes.node3 = rabbit3@hostname +# autocluster.classic_config.nodes.node4 = rabbit4@hostname + +## This node's type can be configured. If you are not sure +## what node type to use, always use 'disc'. +# autocluster.classic_config.node_type = disc ## Interval (in milliseconds) at which we send keepalive messages ## to other cluster members. Note that this is not the same thing |
