
The default user is
admin/nimda
docker run -d --restart=always -p 8161:8161 -p 5672:5672 --name activemq1 thedockerimages/activemq:latest
expose the protocol ports you need.
# Web Console
EXPOSE 8161
# artemis Native
EXPOSE 61616
# AMQP
EXPOSE 5672
# STOMP
EXPOSE 61613
# MQTT
EXPOSE 1883
if you want to persist data.
VOLUME [ "/instance/main/data" ]
Content type
Image
Digest
Size
218.9 MB
Last updated
almost 6 years ago
docker pull thedockerimages/activemq