s12v / elasticmq-docker

Docker image for ElasticMQ
https://hub.docker.com/r/s12v/elasticmq/
23 stars 17 forks source link
docker elasticmq sqs

Docker image for ElasticMQ

Docker image for ElasticMQ (fake SQS)

Run it with

docker run -p 9324:9324 s12v/elasticmq

Custom config elasticmq.conf can be mounted to /etc/elasticmq/:

docker run -p 9324:9324 -v "$PWD:/etc/elasticmq" s12v/elasticmq

Kubernetes

Run this with Minikube:

kubectl create -f kube-elasticmq.yaml 

It exposes the service in the cluster at http://elasticmq:9324.

It also exposes a NodePort at 30932 in case you want to connect from outside of the cluster.