Sign inSign up

tinslice/activemq

By tinslice

Updated almost 7 years ago

Docker image for activemq

Image
0

759

tinslice/activemq repository overview

activemq

Docker Automated build Docker Build Status Docker Pulls license

Docker image for activemq.

Available images: 5.15.8-jdk8, 5.15.8-jdk11, 5.15.9-jdk8, 5.15.9-jdk11, 5.15.10-jdk11

Exposed ports:

  • 1883 MQTT
  • 5672 AMQP
  • 8161 UI
  • 61613 STOMP
  • 61614 WS
  • 61616 TCP

usage

docker run --rm -n activemq -p 8161:8161 -p 61616:61616 tinslice/activemq
docker compose example
version: '3.3'

services:
  activemq:
    image: tinslice/activemq
    container_name: activemq
    restart: always
    ports: 
      - "61613:61613"
      - "8161:8161"
    volumes: 
      - ./amq-config:/opt/activemq/conf
      - ./amq-data:/opt/activemq/data

Tag summary

Content type

Image

Digest

Size

238.7 MB

Last updated

almost 7 years ago

docker pull tinslice/activemq