Skip to content

[Suggestion] RabbitMQ Quorum queue support #1274

Open
@astronom

Description

@astronom

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions