Skip to content

s12v/elasticmq-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.