Skip to content

Instantly share code, notes, and snippets.

View jshirley-incomm's full-sized avatar

Jesse Shirley jshirley-incomm

  • Incomm Payments
  • Dallas
View GitHub Profile
@pobsuwan
pobsuwan / rabbitmq-cluster.md
Last active November 14, 2024 22: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