Skip to content

Instantly share code, notes, and snippets.

@pobsuwan
pobsuwan / rabbitmq-cluster.md
Last active November 25, 2025 04:45
How to config rabbitmq server cluster [3 nodes]

How to config rabbitmq server cluster [3 nodes]

Edit /etc/hosts

vi /etc/hosts
192.168.10.157  rabbitmq-1
192.168.10.159  rabbitmq-2
192.168.10.161  rabbitmq-3