alectolytic/amq

By alectolytic

Updated about 9 years ago

Docker: ActiveMQ

Image

786

Docker: ActiveMQ

Yet another AMQ container; but this time its CentOS based!

docker run --it -p 8161:8161 alectolytic/amq

Volumes

The following volumes can be mounted from the host.

VolumeDescription
/opt/apache-activemq/confActiveMQ configuration files.
/opt/apache-activemq/dataActiveMQ data directory.

Ports

PortDescription
8161AMQ HTTP port
8162AMQ HTTPS port
61616AMQ Openwire port
1883AMQ MQTT port
5672AMQ AMQP port
61613AMQ STOMP port
61617AMQ Openwire over SSL port
8883AMQ MQTT over SSL port
5671AMQ AMQP over SSL port
61614AMQ STOMP over SSL port

Docker Pull Command

docker pull alectolytic/amq