Docker SQS Local Save

Docker image to run Amazon Simple Queue Service (Amazon SQS) locally.

Project README

Docker Amazon SQS

Docker Pulls FOSSA Status

Build for Amazon Simple Queue Service (Amazon SQS) local.

What's SQS

Amazon Simple Queue Service (Amazon SQS) offers reliable and scalable hosted queues for storing messages as they travel between computers. By using Amazon SQS, you can move data between distributed components of your applications that perform different tasks without losing messages or requiring each component to be always available. Amazon SQS is a distributed queue system that enables web service applications to quickly and reliably queue messages that one component in the application generates to be consumed by another component. A queue is a temporary repository for messages that are awaiting processing.

AWS SQS Docs

What it uses

to start your local SQS, run:

docker run -d -p 9324:9324 vsouza/sqs-local

{{docker_ip}}:9324

License

MIT License © Vinicius Souza

FOSSA Status

Open Source Agenda is not affiliated with "Docker SQS Local" Project. README Source: vsouza/docker-SQS-local
Stars
219
Open Issues
2
Last Commit
2 months ago

Open Source Agenda Badge

Open Source Agenda Rating