Queues are looking fine but flow control is active #3373
Replies: 2 comments 4 replies
-
I will convert this issue to a GitHub discussion. Currently GitHub will automatically close and lock the issue even though your question will be transferred and responded to elsewhere. This is to let you know that we do not intend to ignore this but this is how the current GitHub conversion mechanism makes it seem for the users :( |
Beta Was this translation helpful? Give feedback.
-
You cannot disable flow control. Doing so would be a catastrophically bad idea. The state of Publishers do drastically less work than the queues they publish to, so this is not an indication of an issue. See Runtime metrics to find out how the runtime uses its time. If you have fewer than 10 cores then having 10 or more queues won't reap you any benefits for obvious reasons. A queue leader replica is a unit of concurrency in RabbitMQ. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to figure out what's wrong with my RabbitMQ, my queues are looking fine, but for some reason my producers are hitting a flow control. I tried to split my queue to 10 different queues in order to get more threads - but it doesn't seems to help.
Image of my queues:
Image of my publishers connections:

Some context - my queues are defined with limit of 50K messages, non durable, with single node RabbitMQ
How can I understand what's going on / disable flow control?
Beta Was this translation helpful? Give feedback.
All reactions