Hi team, we're using 3.10.11. We came across this very useful feature for poison messages:
https://www.rabbitmq.com/quorum-queues.html#poison-message-handling. However, interestingly, it seems that this feature is only supported for Quorum queues. Right now, we're in the middle of migrating to multiple RabbitMQ replicas - i.e. # of replicas = 1 at the moment without Quorum queue.
Does this mean that we cannot get the poison message handling feature until we bump up the # of replicas to 3 and move to the Quorum queue? Will moving to the Quorum queue but keeping # of replicas to 1 be a workaround for us to use the poison message handling feature (of course, this will not really give us other benefit of the quorum queue)?
Thanks in advance!