19 Jan
2026
19 Jan
'26
12:35 a.m.
On 1/17/26 1:01 PM, Arnaud Morin wrote:
hi,
I totally agree that you should target using quorum queues. You may also want to use stream queues and queue consistent naming, ending with a config like this:
[oslo_messaging_rabbit] rabbit_quorum_queue = True rabbit_transient_quorum_queue = True rabbit_qos_prefetch_count = 1 use_queue_manager = True rabbit_stream_fanout = True
or similar.
Finally I recommend upgrade to the latest rabbitmq version since a lot of fixes for quorum queues were added in the last releases.
Cheers, Arnaud. Hi Arnaud,
Why are you setting rabbit_qos_prefetch_count to just "1" ? Doesn't this prevent optimization by oslo.messaging? Cheers, Thomas Goirand (zigo)