You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
toquorum
(the default isclassic
)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
The text was updated successfully, but these errors were encountered: