rabbitmqctl - RabbitMQ Set the HA Policy -


i know ha policy set following command:

$ rabbitmqctl set_policy ha-all "" '{"ha-mode":"all","ha-sync-mode":"automatic"}' 

my question seems basic:

do have issue command on each node or 1 of them?

rabbitmq provides distributes policy cluster, not matter node select info distribute other nodes.

please read here: https://www.rabbitmq.com/clustering.html

a rabbitmq broker logical grouping of 1 or several erlang nodes, each running rabbitmq application , sharing users, virtual hosts, queues, exchanges, bindings, , runtime parameters. refer collection of nodes cluster.


Comments