rabbitmq – Quorum queue filtering?
Is there a way to filter messages in a quorum queue like in a stream ?
The considered use case is that application A sends a request message to application B throught RabbitMQ. Then it listens for an answer message on another quorum queue.
There are several instances of application A and, once they posted their request, they all listen to the same answer queue.
Is there a way to have RabbitMQ dispatch each answer message to the right application A instance ?
It seams that stream based filtering provides such a feature ; but what if I would like to use a quorum queue ?
And, if the filtering feature is not available for quorum queues, is there a reason why ?
Kind regards,
Laurent
Read more here: Source link
