Sign inSign up

thedockerimages/activemq

By thedockerimages

Updated almost 6 years ago

Image
0

225

thedockerimages/activemq repository overview

Docker Image of ActiveMQ Artemis

Docker Image Version (latest semver)

Run

The default user is admin/nimda

docker run -d --restart=always -p 8161:8161 -p 5672:5672 --name activemq1 thedockerimages/activemq:latest

Ports

expose the protocol ports you need.

# Web Console
EXPOSE 8161
# artemis Native
EXPOSE 61616
# AMQP
EXPOSE 5672
# STOMP
EXPOSE 61613
# MQTT
EXPOSE 1883

Volumn

if you want to persist data.

VOLUME [ "/instance/main/data" ]

Tag summary

Content type

Image

Digest

Size

218.9 MB

Last updated

almost 6 years ago

docker pull thedockerimages/activemq