81333fce40
There are two ways for setting up RabbitMQ HA: 1. Configure $rabbit_hosts to multi rabbit hosts. 2. Setting up a loadbalancer in front of RabbitMQ cluster, provide a unique address in $rabbit_host In current, rabbit_ha_queues option is controled by rabbit_hosts if conditional statement. When users try the second method: changing rabbit_ha_queues to true. If they don't set rabbit_hosts, then current logic will not work. This patch is aim to add an rabbit_ha_queues option, set it to undef by default for forward compatbility. Change-Id: I9f61c113b41cb00f7f95e80e2cabe1641aed74e7 Close-Bug: #1485287 |
||
---|---|---|
.. | ||
qpid.pp | ||
rabbitmq.pp |