diff options
| author | Daniil Fedotov <hairyhum@gmail.com> | 2016-10-12 13:20:59 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-12 13:20:59 +0100 |
| commit | 471e1dc702d0af4419119feb443a629ea8f3b8b9 (patch) | |
| tree | 23e0d355aef47e86872c64a6c1b123798ec624b5 /docs | |
| parent | ce111d7f9f116c2e873edc12985b9d2896f6b4be (diff) | |
| parent | 9207d7b413b0aecc4671081e4881b68ea5c3eb67 (diff) | |
| download | rabbitmq-server-git-471e1dc702d0af4419119feb443a629ea8f3b8b9.tar.gz | |
Merge pull request #996 from rabbitmq/rabbitmq-server-987
Change config schema for the classic autoclustering backend
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 |
