Is exclusive-consumer supported in quorum queues? #5546
Unanswered
rahultaneja1534
asked this question in
Questions
Replies: 1 comment 5 replies
-
Have you tried it? https://www.rabbitmq.com/consumers.html#exclusivity |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I asked this question on Stackoverflow and while exploring I figured that when I move the queue type from
quorum
toclassic
, the consumer is registered exclusively which I wanted, but would like to clarify if it's also supported inquorum
queues. If yes, what else I need to do apart fromConsume
call withexclusive=true
to make it work? If not, is there a plan to support it?Single Active Consumer
may not work in our use-case.Beta Was this translation helpful? Give feedback.
All reactions