Docker image with ApacheActiveMQ
$ docker run --name some-activemq -d ronisaha/activemq
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
ampq: 5672
tcp: 61616
stomp: 61613
mqtt: 1883
ws: 61614
WebConsole: 8161