Using prefetch consumers. #9039
Unanswered
udiazulayintel
asked this question in
Questions
Replies: 0 comments
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.
-
Hi,
I am new to RabbitMQ , have a question :
I have created a new consumer over a queue with prefetch batch of 100 messages, in order to send a bulk insert to SQL Server
and when the publisher published 199 messages, I see 99 messages stuck and are unacknowledged waiting for the 100 batch in order to be bulk insert into SQL server.
Please advise how can I resolve it ?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions