Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 7 hours 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-02-09T13:31:26.000Z (9 months ago)
- Last Synced: 2024-04-13T21:19:47.459Z (7 months 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
[![Docker Pulls](https://img.shields.io/docker/pulls/vsouza/sqs-local.svg)](https://hub.docker.com/r/vsouza/sqs-local/)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fvsouza%2Fdocker-SQS-local.svg?type=shield)](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[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fvsouza%2Fdocker-SQS-local.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fvsouza%2Fdocker-SQS-local?ref=badge_large)