Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abn/docker-amq
Containerzied AMQ
https://github.com/abn/docker-amq
Last synced: 7 days ago
JSON representation
Containerzied AMQ
- Host: GitHub
- URL: https://github.com/abn/docker-amq
- Owner: abn
- License: apache-2.0
- Created: 2016-01-14T13:15:12.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-14T13:39:39.000Z (almost 9 years ago)
- Last Synced: 2024-11-18T07:49:52.936Z (about 1 month ago)
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker: ActiveMQ
Yet another AMQ container; but this time its CentOS based!
```sh
docker run --it -p 8161:8161 alectolytic/amq
```## Volumes
The following volumes can be mounted from the host.| Volume | Description |
| :------------ | :------------ |
| /opt/apache-activemq/conf | ActiveMQ configuration files. |
| /opt/apache-activemq/data | ActiveMQ data directory. |## Ports
| Port | Description |
| :------------ | :------------ |
| **8161** | AMQ HTTP port |
| **8162** | AMQ HTTPS port |
| **61616** | AMQ Openwire port |
| **1883** | AMQ MQTT port |
| **5672** | AMQ AMQP port |
| **61613** | AMQ STOMP port |
| **61617** | AMQ Openwire over SSL port |
| **8883** | AMQ MQTT over SSL port |
| **5671** | AMQ AMQP over SSL port |
| **61614** | AMQ STOMP over SSL port|