You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: