Skip to content

Commit 5b7615c

Browse files
authored
Example file does not match the correct syntax
According to the new version of the documentation and most recent version of RabbitMQ (https://www.rabbitmq.com/cluster-formation.html), the example file did not reflect the changes (autocluster => cluster_formation)
1 parent a9a0a46 commit 5b7615c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/rabbitmq.conf.example

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -345,23 +345,23 @@
345345
## Relevant doc guide: http://rabbitmq.com//cluster-formation.html
346346
##
347347

348-
# autocluster.peer_discovery_backend = rabbit_peer_discovery_classic_config
348+
# cluster_formation.peer_discovery_backend = rabbit_peer_discovery_classic_config
349349
#
350-
# autocluster.classic_config.nodes.node1 = rabbit1@hostname
351-
# autocluster.classic_config.nodes.node2 = rabbit2@hostname
352-
# autocluster.classic_config.nodes.node3 = rabbit3@hostname
353-
# autocluster.classic_config.nodes.node4 = rabbit4@hostname
350+
# cluster_formation.classic_config.nodes.1 = rabbit1@hostname
351+
# cluster_formation.classic_config.nodes.2 = rabbit2@hostname
352+
# cluster_formation.classic_config.nodes.3 = rabbit3@hostname
353+
# cluster_formation.classic_config.nodes.4 = rabbit4@hostname
354354

355355
## DNS-based peer discovery. This backend will list A records
356356
## of the configured hostname and perform reverse lookups for
357357
## the addresses returned.
358358

359-
# autocluster.peer_discovery_backend = rabbit_peer_discovery_dns
360-
# autocluster.dns.hostname = rabbitmq.discovery.mycompany.local
359+
# cluster_formation.peer_discovery_backend = rabbit_peer_discovery_dns
360+
# cluster_formation.dns.hostname = discovery.eng.example.local
361361

362362
## This node's type can be configured. If you are not sure
363363
## what node type to use, always use 'disc'.
364-
# autocluster.node_type = disc
364+
# cluster_formation.node_type = disc
365365

366366
## Interval (in milliseconds) at which we send keepalive messages
367367
## to other cluster members. Note that this is not the same thing

0 commit comments

Comments
 (0)