oslo.messaging/releasenotes/notes/adding_support_for_quorum_q...

11 lines
482 B
YAML

---
features:
- |
Adding support for quorum queues. Quorum queues are enabled if the
``rabbit_quorum_queue`` parameter is sets (``x-queue-type: quorum``).
Setting x-queue-type to quorum means that replicated FIFO queue based on
the Raft consensus algorithm will be used. It is available as of
RabbitMQ 3.8.0. If set this option will take priority over
the HA queues (``rabbit_ha_queues``) aka mirrored queues,
in other words HA queues will be ignored.