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