Overview
- Full name
docker.io/rmohr/activemq- Registry
- docker.io
- Namespace
- rmohr
- Repository
- activemq
- Cached tags
- 38
- Last synced
- 07/05/2026, 10:21 PM
- Topics
Introduction
Apache ActiveMQ 消息中间件镜像,JMS 消息队列与 Topic 发布订阅,Java 企业应用异步通信后端。
Details
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 连接。
Latest tags (20)
View all 38 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/rmohr/activemq :5.15.9-alpine | linux/amd64 | 2019/07/03 18:18 | 168.6 MB | sha256:36d52e7d8921… | |||
docker.io/rmohr/activemq :5.15.9 | linux/amd64 | 2019/07/03 18:15 | 212.6 MB | sha256:b5669f141ac5… | |||
docker.io/rmohr/activemq :5.14.0-alpine | linux/amd64 | 2019/07/03 17:59 | 106.8 MB | sha256:c4be0b431645… | |||
docker.io/rmohr/activemq :5.14.2-alpine | linux/amd64 | 2019/07/03 17:56 | 106.9 MB | sha256:5e1166a4e165… | |||
docker.io/rmohr/activemq :5.12.1 | linux/amd64 | 2019/07/03 17:53 | 253.1 MB | sha256:4c0cc2696b82… | |||
docker.io/rmohr/activemq :5.13.0 | linux/amd64 | 2019/07/03 17:49 | 255.3 MB | sha256:ecf72ff31531… | |||
docker.io/rmohr/activemq :5.11.0 | linux/amd64 | 2019/07/03 17:45 | 245.6 MB | sha256:a63bdc3d7a4c… | |||
docker.io/rmohr/activemq :5.14.4-alpine | linux/amd64 | 2019/07/03 17:41 | 106.9 MB | sha256:cefb16d1201a… | |||
docker.io/rmohr/activemq :5.13.4 | linux/amd64 | 2019/07/03 17:38 | 255.6 MB | sha256:81c1c619b24a… | |||
docker.io/rmohr/activemq :5.15.2 | linux/amd64 | 2019/07/03 17:34 | 211.7 MB | sha256:48c3ffe64124… | |||
docker.io/rmohr/activemq :5.14.0 | linux/amd64 | 2019/07/03 17:31 | 152.6 MB | sha256:c0fc51210522… | |||
docker.io/rmohr/activemq :5.10.2 | linux/amd64 | 2019/07/03 17:27 | 247.5 MB | sha256:24e4d5bd50f7… | |||
docker.io/rmohr/activemq :5.14.3 | linux/amd64 | 2019/07/03 17:23 | 152.6 MB | sha256:9360cfb7eae4… | |||
docker.io/rmohr/activemq :5.13.1 | linux/amd64 | 2019/07/03 17:19 | 255.4 MB | sha256:bbe4aedc66da… | |||
docker.io/rmohr/activemq :5.14.3-alpine | linux/amd64 | 2019/07/03 17:15 | 106.9 MB | sha256:85e69f7387ac… | |||
docker.io/rmohr/activemq :5.12.2 | linux/amd64 | 2019/07/03 17:12 | 253.2 MB | sha256:d316312cfbe6… | |||
docker.io/rmohr/activemq :5.13.3 | linux/amd64 | 2019/07/03 17:08 | 255.6 MB | sha256:40be3a797097… | |||
docker.io/rmohr/activemq :5.14.1 | linux/amd64 | 2019/07/03 17:04 | 152.6 MB | sha256:06baddddfdd4… | |||
docker.io/rmohr/activemq :5.13.2 | linux/amd64 | 2019/07/03 17:00 | 255.4 MB | sha256:f2d0c66494d8… | |||
docker.io/rmohr/activemq :5.12.0 | linux/amd64 | 2019/07/03 16:56 | 248.6 MB | sha256:98a3bcddb51b… |