taskiq-python / taskiq-aio-pika

AMQP broker for taskiq
17 stars 9 forks source link

Add RabbitMQ Quorum queues support #12

Open s3rius opened 1 year ago

s3rius commented 1 year ago

Quorum queues are new type of queues in RabbitMQ which is now taking over old mirrord queues.

We need to add support for them, because mirrored queues are scheduled for removal in future RMQ versions.

Link to docs: https://www.rabbitmq.com/quorum-queues.html