Skip to content

slgxmh/docker-apollomq

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

docker-apollomq

This project builds a docker container for running Apache (ActiveMQ) Apollo message broker. STOMP, AMQP, MQTT, Openwire, SSL, and WebSockets are supported.

It is available in Docker Hub:

docker pull pires/docker-apollomq

Build

Once you have installed docker you should be able to create the containers via the following:

git clone https://github.com/pires/docker-apollomq.git
cd docker-apollomq
docker build -t apollomq:1.7 .

Run

Non-secure ports:

docker run --name amq1 -p=61613:61613 -p=61623:61623 -p=61680:61680 -d -t apollomq:1.7

Secure ports:

docker run --name amq1 -p=61614:61614 -p=61624:61624 -p=61681:61681 -d -t apollomq:1.7

Test

Credentials:

login: admin
passcode: password

Connect as you see fit.

About

Docker image for Apache ActiveMQ Apollo broker.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published