Is there an in-memory SQS?

amazon-sqs, amazon-web-services, unit-testing

Solution

You can also try ElasticMQ, https://github.com/adamw/elasticmq, which implements the SQS interface and has both in-memory and db-backed storages.

Problem

I'm looking for something that mimics the REST API of SQS and is usable for robust/non-flaky, small, logic/unit tests.

Original source