Docker image based on rmohr/activemq with JMX Exporter included. Allows easy integration of ActiveMQ into the Prometheus monitoring system.
The source repository of the image is on github.
The version of ActiveMQ is hard coded into the Dockerfile
.
An automated build is configured via docker hub. To build the image manually and push it:
docker build --rm -t bwolf/activemq-prometheus:latest -t bwolf/activemq-prometheus:5.15.6 .
docker login # login with username password
docker push bwolf/activemq-prometheus:5.15.6
The image bwolf/activemq-prometheus
is located at docker hub.