Quorum queues for RabbitMQ on Amazon MQ
Important
Quorum queues are only available for brokers on Amazon MQ for RabbitMQ version 3.13 and above.
Quorum queues are a replicated queue type made up of a leader (primary replica) and followers (other replicas).
If the leader becomes unavailable, quorum queues uses the
Raft
Quorum queues are useful for handling poison messages, which occur when a message fails and is requeued multiple times.
You should not use quorum queues if you:
-
use transient queues
-
have long queue backlogs
-
prioritize low latency
To declare a quorum queue, set the header x-queue-type
to quorum
.