Sign inSign up

ronisaha/activemq

By ronisaha

Updated over 3 years ago

Image
0

530

ronisaha/activemq repository overview

Apache ActiveMQ

Docker image with ApacheActiveMQ

How to use this image?

start a ActiveMQ instance
$ docker run --name some-activemq -d ronisaha/activemq
start with persistent storage

data is stored in the VOLUME /data, which can be used with --volumes-from some-volume-container or -v /docker/host/dir:/data (see docs.docker volumes).

run following command:

$ docker run --name some-activemq -d -v $PWD/data:/data ronisaha/activemq

Port and services:

ampq: 5672
tcp: 61616
stomp: 61613
mqtt: 1883
ws: 61614
WebConsole: 8161

Tag summary

Content type

Image

Digest

sha256:9d91ea799

Size

228.7 MB

Last updated

over 3 years ago

docker pull ronisaha/activemq