https://github.com/vsouza/docker-sqs-local
Docker image to run Amazon Simple Queue Service (Amazon SQS) locally.
https://github.com/vsouza/docker-sqs-local
aws aws-sqs docker docker-machine elasticmq
Last synced: 3 months ago
JSON representation
Docker image to run Amazon Simple Queue Service (Amazon SQS) locally.
- Host: GitHub
- URL: https://github.com/vsouza/docker-sqs-local
- Owner: vsouza
- Created: 2015-08-10T14:03:58.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-02-09T13:31:26.000Z (over 1 year ago)
- Last Synced: 2024-04-13T21:19:47.459Z (about 1 year ago)
- Topics: aws, aws-sqs, docker, docker-machine, elasticmq
- Language: Dockerfile
- Homepage:
- Size: 133 KB
- Stars: 219
- Watchers: 11
- Forks: 32
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Docker Amazon SQS
[](https://hub.docker.com/r/vsouza/sqs-local/)
[](https://app.fossa.io/projects/git%2Bgithub.com%2Fvsouza%2Fdocker-SQS-local?ref=badge_shield)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](http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/Welcome.html)
## What it uses
* __Java 8__
* __[ElasticMQ](https://github.com/adamw/elasticmq)__ - thanks to [@adamw](http://www.github.com/adamw) to make it possible.__to start your local SQS, run:__
`docker run -d -p 9324:9324 vsouza/sqs-local`
*{{docker_ip}}:9324*
## License
[MIT License](http://vsouza.mit-license.org/) © Vinicius Souza[](https://app.fossa.io/projects/git%2Bgithub.com%2Fvsouza%2Fdocker-SQS-local?ref=badge_large)