Replies: 1 comment
-
|
Consider using Discussions for questions, they have been around for more than a year. Our team uses issues for specific, actionable, reasonably well understood and researched tasks. We cannot suggest anything without an executable way to reproduce or at least server logs. For example, you consumers may be using manual acknowledgements with a prefetch setting of 1. Start with tutorial 2. |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
There are microservices architecture. The microservices communicate with each other using RabbitMQ RPC direct messages. However, if one of the microservices crashes or there is another reason for the Rabbit consumer to shut down, messages may become stuck in the queue. In this scenario, approximately 1000 messages are waiting to be delivered.
When there are unhandled messages in the queue, RabbitMQ stops delivering any messages and becomes really stuck. This means that no new messages are being processed! Even if they are not related to the unhandled messages!
Beta Was this translation helpful? Give feedback.
All reactions