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
I am using the SQS mock in an integration test. At end of the test, I would like to purge the queue. However, this is not supported by the mock and I had to write a loop to constantly receive messages in the queue until its empty (removing elements from the queue by acknowledging it).
Could you please implement this feature?
thank you
The text was updated successfully, but these errors were encountered:
I am using the SQS mock in an integration test. At end of the test, I would like to purge the queue. However, this is not supported by the mock and I had to write a loop to constantly receive messages in the queue until its empty (removing elements from the queue by acknowledging it).
Could you please implement this feature?
thank you
The text was updated successfully, but these errors were encountered: