setting up a batch sqs consumer #847
Unanswered
sankalpGoldcast
asked this question in
Q&A
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.
-
I am targeting to use @SqsListener(queueNames = "${sqs.registration-slow-sqs.queue-name}",maxMessagesPerPoll=100, maxConcurrentMessages=100) to poll for upto a max of 100 messages using a single thread and write them all to database in a single transaction, per my understanding this implementation of sqslistener should use a single thread am I wrong in the assumption and number of thread used = maxConcurrentMessages ?
Beta Was this translation helpful? Give feedback.
All reactions