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
{{ message }}
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.
The issue below shows a way that this might be achieved, but it's not clear if this way is supported. #134
The documentation does not mention any way of explicitly deleting messages from the queue, so I get the impression that it is not supported. I also checked the Apidocs and could not infer the usage.
Can you confirm? If it is supported can you provide a current sample of the usage?
The text was updated successfully, but these errors were encountered:
Just an update that may be helpful to anyone else trying to explicitly delete messages from SQS. I was able to do this using the previously suggested way mentioned in #134, but you must have the SqsMessageDeletionPolicy = NEVER. Sample is shown below. Please correct me if I'm wrong.
The issue below shows a way that this might be achieved, but it's not clear if this way is supported.
#134
The documentation does not mention any way of explicitly deleting messages from the queue, so I get the impression that it is not supported. I also checked the Apidocs and could not infer the usage.
Can you confirm? If it is supported can you provide a current sample of the usage?
The text was updated successfully, but these errors were encountered: