msimonin / ombt-orchestrator

Framework to evaluate different message buses using oslo.messaging (via ombt)
GNU General Public License v3.0
3 stars 4 forks source link

Start a rabbitmq master node first #121

Closed msimonin closed 6 years ago

msimonin commented 6 years ago

RabbitMQ cluster doesn't start correctly if all instances are started in the same time. We now start a first instance and wait for it to be up before starting the others.