how to acknowledge on message after listing from SQS rather than deleting the message from queue in AWS JAVA SDK v2 #4959
Unanswered
pjonnlagadda
asked this question in
Q&A
Replies: 1 comment
-
Answered in the GH Issue you submitted: you need to use the library |
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
-
My requirement is to acknowledge the message after listing from SQS rather deleting using Java SDK v2. I am referring the below page where suggesting to delete it after listen or read from queue
https://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/examples-sqs-messages.html
SQSSession.UNORDERED_ACKNOWLEDGE?? how to use this in V2?
https://stackoverflow.com/questions/46863834/acknowledge-message-in-sqs-queue
Can you help on this ONLY acknowledge rather than deleing it
Beta Was this translation helpful? Give feedback.
All reactions