https://github.com/stringbean/activemq-docker
https://github.com/stringbean/activemq-docker
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/stringbean/activemq-docker
- Owner: stringbean
- Created: 2021-10-08T18:32:21.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-18T05:05:14.000Z (almost 2 years ago)
- Last Synced: 2025-09-01T13:02:59.204Z (6 months ago)
- Language: Dockerfile
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ActiveMQ Docker Images
```sh
docker run -p 8161:8161 -p 61616:61616 ghcr.io/stringbean/activemq-docker
```
## Exposed Ports
| Port | Description |
|-------|---------------------|
| 8161 | Admin web interface |
| 61616 | OpenWire protocol |
| 5672 | AMQP protocol |
| 6163 | Stomp protocol |
| 1883 | MQTT protocol |
## Exposed Volumes
| Path | Description |
|--------------------------|-----------------------|
| `/var/lib/data/activemq` | Main data & log files |
| `/var/tmp/activemq` | Temporary files |