Sign inSign up

softwaremill/elasticmq-native

By softwaremill

Updated 5 months ago

Amazon SQS compatible in-memory message queue

Image
9

10M+

softwaremill/elasticmq-native repository overview

Development sponsored by SoftwareMill:

SoftwareMill logo

A Docker image built using GraalVM's native-image. It is much smaller (30MB vs 240MB) and starts up much faster (milliseconds instead of seconds), comparing to the full JVM version.

To start, run (9324 is the default REST-SQS API port; 9325 is the default UI port, exposing it is fully optional):

docker run -p 9324:9324 -p 9325:9325 softwaremill/elasticmq-native

Custom configuration can be provided by creating a custom configuration file (see above) and using it when running the container:

docker run -p 9324:9324 -p 9325:9325 -v `pwd`/custom.conf:/opt/elasticmq.conf softwaremill/elasticmq-native

Tag summary

Content type

Image

Digest

sha256:e4580ab9a

Size

31.1 MB

Last updated

5 months ago

docker pull softwaremill/elasticmq-native