Changed mirroring-queues default to True

In the past (rabbitmq-server < 3.0), queue mirroring was enabled by default
this change honours the original default
This commit is contained in:
Felipe Reyes 2015-01-19 12:27:24 -03:00
parent b93bbda1d6
commit d618cc3558
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ options:
with mutiple AMQPs (like Glance in pre-Icehouse).
mirroring-queues:
type: boolean
default: False
default: True
description: |
When set to true the 'ha-mode: all' policy is applied to all the exchages
that match the expression '^(?!amq\.).*'