Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to deleting message from queue manually? #63

Open
amtdevops opened this issue Aug 18, 2023 · 1 comment
Open

How to deleting message from queue manually? #63

amtdevops opened this issue Aug 18, 2023 · 1 comment

Comments

@amtdevops
Copy link

Can you please explain how we can delete messages manually? I went through the complete library code, but I didn't find any implementation for deleting the message from the SQS queue.

@ssut
Copy link
Owner

ssut commented Aug 21, 2023

This library only provides a way to consume and produce SQS messages at this time. I will consider to implement the feature that we can access to the underlying SQS client.
In the meanwhile, since you should provide a SQSClient, which @aws-sdk/client-sqs library has, you can do what you want to do with direct access of the client object.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants