Process Flow - RabbitMQ cluster formation
Start with Node A
Node A runs as standalone
Start Node B
Node B stops RabbitMQ
Node B joins cluster with Node A
Node B restarts and syncs
Cluster formed with Node A and Node B
Repeat for Node C, D, ...
All nodes joined in cluster
Cluster operational
The flow shows starting nodes individually, then stopping and joining nodes to the cluster one by one until all nodes form a cluster.