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

new driver: cluster of rabbitmq #95

Closed msimonin closed 6 years ago

msimonin commented 6 years ago

This could be declared as:

cluster:
  type: rabbitmq-cluster
  number: 3
msimonin commented 6 years ago

I plan to reuse the config we have for rabbitmq like this:

# This will start a 3 node cluster of rmq
broker:
  type: rabbitmq
  mode: cluster
  number: 3
# This will start a 3 rmq instances (e.g for sharding purpose)
broker:
  type: rabbitmq
  mode: standalone
  number: 3