summaryrefslogtreecommitdiff
path: root/rabbitmq.conf.d
diff options
context:
space:
mode:
authorDaniil Fedotov <dfedotov@pivotal.io>2016-02-01 15:45:42 +0000
committerDaniil Fedotov <dfedotov@pivotal.io>2016-02-01 15:45:42 +0000
commit644073a85997e1334ac7d2b4f8fcd38531c9252a (patch)
tree12f5e6e0e04df6f0c1a5481b1e6eb0f8076cd5bb /rabbitmq.conf.d
parent2e5378682cba8feac4d60d3c4abed91eee22d43e (diff)
downloadrabbitmq-server-git-644073a85997e1334ac7d2b4f8fcd38531c9252a.tar.gz
Fixes
Diffstat (limited to 'rabbitmq.conf.d')
-rw-r--r--rabbitmq.conf.d/rabbitmq.conf6
-rw-r--r--rabbitmq.conf.d/rabbitmq.conf.example4
2 files changed, 5 insertions, 5 deletions
diff --git a/rabbitmq.conf.d/rabbitmq.conf b/rabbitmq.conf.d/rabbitmq.conf
index a9e23b2908..06e470d6e0 100644
--- a/rabbitmq.conf.d/rabbitmq.conf
+++ b/rabbitmq.conf.d/rabbitmq.conf
@@ -297,14 +297,14 @@ mirroring_sync_batch_size = 4096
## See http://www.rabbitmq.com/clustering.html#auto-config for
## further details.
##
-# cluster_nodes.disc.rabbit = rabbit@my.host.com
+# cluster_nodes.disc.1 = rabbit@my.host.com
## You can define multiple nodes
-# cluster_nodes.disc.hare = hare@my.host.com
+# cluster_nodes.disc.2 = 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
+# cluster_nodes.ram.1 = rabbit@my.host.com
## Interval (in milliseconds) at which we send keepalive messages
## to other cluster members. Note that this is not the same thing
diff --git a/rabbitmq.conf.d/rabbitmq.conf.example b/rabbitmq.conf.d/rabbitmq.conf.example
index 073c28e557..7afc852633 100644
--- a/rabbitmq.conf.d/rabbitmq.conf.example
+++ b/rabbitmq.conf.d/rabbitmq.conf.example
@@ -283,8 +283,8 @@
# cluster_partition_handling.pause_if_all_down.recover = ignore
## Node names to check
-# cluster_partition_handling.pause_if_all_down.node.rabbit = rabbit@localhost
-# cluster_partition_handling.pause_if_all_down.node.hare = hare@localhost
+# cluster_partition_handling.pause_if_all_down.node.1 = rabbit@localhost
+# cluster_partition_handling.pause_if_all_down.node.2 = hare@localhost
## Mirror sync batch size, in messages. Increasing this will speed
## up syncing but total batch size in bytes must not exceed 2 GiB.