RabbitMQ in HA
A quick reminder to myself, this is how you configure RabbitMQ to mirror all queue's to all nodes
1rabbitmqctl set_policy HA '^(.*)' '{"ha-mode": "all"}'
A quick reminder to myself, this is how you configure RabbitMQ to mirror all queue's to all nodes
1rabbitmqctl set_policy HA '^(.*)' '{"ha-mode": "all"}'