Open
Description
Quorum queues are modern queues based on Raft consensus algorithm. It is available as of RabbitMQ 3.8.0. Classic mirrored queues are deprecated and will be removed in the future. This type of queues should be declared explicitly by setting argument x-queue-type
to quorum
(the default is classic
)
I have already add a separate RabbitmqQuorumDriver in my project. And can make a PR to this repo, if maintainers are interested to support this feature.
see https://www.rabbitmq.com/quorum-queues.html#policy-support
Metadata
Metadata
Assignees
Labels
No labels