Sign inSign up

s12v/elasticmq

By s12v

Updated almost 6 years ago

ElasticMQ - fake AWS SQS

Image
13

5M+

s12v/elasticmq repository overview

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.

Tag summary

Content type

Image

Digest

Size

82.4 MB

Last updated

almost 6 years ago

docker pull s12v/elasticmq