vsouza / docker-SQS-local

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Dockerfile 100.0%