|
345 | 345 | ## Relevant doc guide: http://rabbitmq.com//cluster-formation.html
|
346 | 346 | ##
|
347 | 347 |
|
348 |
| -# autocluster.peer_discovery_backend = rabbit_peer_discovery_classic_config |
| 348 | +# cluster_formation.peer_discovery_backend = rabbit_peer_discovery_classic_config |
349 | 349 | #
|
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 |
354 | 354 |
|
355 | 355 | ## DNS-based peer discovery. This backend will list A records
|
356 | 356 | ## of the configured hostname and perform reverse lookups for
|
357 | 357 | ## the addresses returned.
|
358 | 358 |
|
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 |
361 | 361 |
|
362 | 362 | ## This node's type can be configured. If you are not sure
|
363 | 363 | ## what node type to use, always use 'disc'.
|
364 |
| -# autocluster.node_type = disc |
| 364 | +# cluster_formation.node_type = disc |
365 | 365 |
|
366 | 366 | ## Interval (in milliseconds) at which we send keepalive messages
|
367 | 367 | ## to other cluster members. Note that this is not the same thing
|
|
0 commit comments