镜像概览

完整引用
docker.io/rmohr/activemq
Registry
docker.io
命名空间
rmohr
仓库
activemq
已缓存 Tag 数
38
最近同步
07/05/2026, 10:21 PM

简介

Apache ActiveMQ 消息中间件镜像,JMS 消息队列与 Topic 发布订阅,Java 企业应用异步通信后端。

详细介绍

rmohr/activemq 运行 Apache ActiveMQ 开源消息中间件,支持 JMS 点对点队列、Topic 发布订阅与消息持久化。定位为 Java 消息队列服务,需 data volume 持久化消息与配置;K8s StatefulSet 企业消息中间件。

快速启动

docker run -d --name activemq \
  -p 61616:61616 \
  -p 8161:8161 \
  docker.io/rmohr/activemq:latest

推荐实践

docker run -d --name activemq \
  --restart unless-stopped \
  -p 61616:61616 \
  -p 8161:8161 \
  -v /data/activemq:/opt/activemq/data \
  docker.io/rmohr/activemq:5.18.0

核心参数说明

  • -p 61616:61616 — OpenWire/JMS 协议
  • -p 8161:8161 — ActiveMQ Web Console
  • -v .../data:... — 消息持久化
  • 协议 — JMS/OpenWire/STOMP

Kubernetes

apiVersion: apps/v1
kind: StatefulSet
metadata:
  name: activemq
spec:
  serviceName: activemq
  replicas: 1
  selector:
    matchLabels:
      app: activemq
  template:
    metadata:
      labels:
        app: activemq
    spec:
      containers:
        - name: activemq
          image: docker.io/rmohr/activemq:5.18.0
          ports:
            - containerPort: 61616
            - containerPort: 8161
          volumeMounts:
            - name: data
              mountPath: /opt/activemq/data
  volumeClaimTemplates:
    - metadata:
        name: data
      spec:
        accessModes: [ReadWriteOnce]
        resources:
          requests:
            storage: 20Gi
---
apiVersion: v1
kind: Service
metadata:
  name: activemq
spec:
  selector:
    app: activemq
  ports:
    - port: 61616
      targetPort: 61616

Java 应用通过 activemq:61616 JMS 连接。

最新 Tag(20 条)

查看全部 38 个 Tag →
Tag架构推送时间大小Digest同步期望操作
docker.io/rmohr/activemq
:5.15.9-alpine
linux/amd64
2019/07/03 18:18168.6 MBsha256:36d52e7d8921
docker.io/rmohr/activemq
:5.15.9
linux/amd64
2019/07/03 18:15212.6 MBsha256:b5669f141ac5
docker.io/rmohr/activemq
:5.14.0-alpine
linux/amd64
2019/07/03 17:59106.8 MBsha256:c4be0b431645
docker.io/rmohr/activemq
:5.14.2-alpine
linux/amd64
2019/07/03 17:56106.9 MBsha256:5e1166a4e165
docker.io/rmohr/activemq
:5.12.1
linux/amd64
2019/07/03 17:53253.1 MBsha256:4c0cc2696b82
docker.io/rmohr/activemq
:5.13.0
linux/amd64
2019/07/03 17:49255.3 MBsha256:ecf72ff31531
docker.io/rmohr/activemq
:5.11.0
linux/amd64
2019/07/03 17:45245.6 MBsha256:a63bdc3d7a4c
docker.io/rmohr/activemq
:5.14.4-alpine
linux/amd64
2019/07/03 17:41106.9 MBsha256:cefb16d1201a
docker.io/rmohr/activemq
:5.13.4
linux/amd64
2019/07/03 17:38255.6 MBsha256:81c1c619b24a
docker.io/rmohr/activemq
:5.15.2
linux/amd64
2019/07/03 17:34211.7 MBsha256:48c3ffe64124
docker.io/rmohr/activemq
:5.14.0
linux/amd64
2019/07/03 17:31152.6 MBsha256:c0fc51210522
docker.io/rmohr/activemq
:5.10.2
linux/amd64
2019/07/03 17:27247.5 MBsha256:24e4d5bd50f7
docker.io/rmohr/activemq
:5.14.3
linux/amd64
2019/07/03 17:23152.6 MBsha256:9360cfb7eae4
docker.io/rmohr/activemq
:5.13.1
linux/amd64
2019/07/03 17:19255.4 MBsha256:bbe4aedc66da
docker.io/rmohr/activemq
:5.14.3-alpine
linux/amd64
2019/07/03 17:15106.9 MBsha256:85e69f7387ac
docker.io/rmohr/activemq
:5.12.2
linux/amd64
2019/07/03 17:12253.2 MBsha256:d316312cfbe6
docker.io/rmohr/activemq
:5.13.3
linux/amd64
2019/07/03 17:08255.6 MBsha256:40be3a797097
docker.io/rmohr/activemq
:5.14.1
linux/amd64
2019/07/03 17:04152.6 MBsha256:06baddddfdd4
docker.io/rmohr/activemq
:5.13.2
linux/amd64
2019/07/03 17:00255.4 MBsha256:f2d0c66494d8
docker.io/rmohr/activemq
:5.12.0
linux/amd64
2019/07/03 16:56248.6 MBsha256:98a3bcddb51b