Skip to content

Commit 1a743bd

Browse files
almorellemichaelklishin
authored andcommitted
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) (cherry picked from commit 5b7615c)
1 parent 566f412 commit 1a743bd

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
@@ -352,23 +352,23 @@
352352
## Relevant doc guide: http://rabbitmq.com//cluster-formation.html
353353
##
354354

355-
# autocluster.peer_discovery_backend = rabbit_peer_discovery_classic_config
355+
# cluster_formation.peer_discovery_backend = rabbit_peer_discovery_classic_config
356356
#
357-
# autocluster.classic_config.nodes.node1 = rabbit1@hostname
358-
# autocluster.classic_config.nodes.node2 = rabbit2@hostname
359-
# autocluster.classic_config.nodes.node3 = rabbit3@hostname
360-
# autocluster.classic_config.nodes.node4 = rabbit4@hostname
357+
# cluster_formation.classic_config.nodes.1 = rabbit1@hostname
358+
# cluster_formation.classic_config.nodes.2 = rabbit2@hostname
359+
# cluster_formation.classic_config.nodes.3 = rabbit3@hostname
360+
# cluster_formation.classic_config.nodes.4 = rabbit4@hostname
361361

362362
## DNS-based peer discovery. This backend will list A records
363363
## of the configured hostname and perform reverse lookups for
364364
## the addresses returned.
365365

366-
# autocluster.peer_discovery_backend = rabbit_peer_discovery_dns
367-
# autocluster.dns.hostname = rabbitmq.discovery.mycompany.local
366+
# cluster_formation.peer_discovery_backend = rabbit_peer_discovery_dns
367+
# cluster_formation.dns.hostname = discovery.eng.example.local
368368

369369
## This node's type can be configured. If you are not sure
370370
## what node type to use, always use 'disc'.
371-
# autocluster.node_type = disc
371+
# cluster_formation.node_type = disc
372372

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

0 commit comments

Comments
 (0)