Sign inSign up

pires/docker-apollomq

By pires

Updated almost 11 years ago

Image
0

1.2K

pires/docker-apollomq repository overview

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.

Tag summary

Content type

Image

Digest

sha256:1ae7adf37

Size

272.4 MB

Last updated

almost 11 years ago

docker pull pires/docker-apollomq