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