Skip to content

abh1sh3k/docker-apache-qpid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Apache Qpid

Qpid Java offers an AMQP-fluent implementation of JMS and a message broker written in Java that stores, routes, and forwards messages using AMQP.

Start a Qpid instance

$ docker run --name some-qpid abh1sh3k/apache-qpid

Start a Qpid instance with custom configuration file

$ docker run --name some-qpid -v $PWD/config.json:/root/config.json abh1sh3k/apache-qpid

Start a Qpid instance with port map

$ docker run --name some-qpid -p 5672:5672 -p 8080:8080 abh1sh3k/apache-qpid

Start a Qpid instance with persistent volume

$ docker run --name some-qpid -v $PWD/qpid-data:/root abh1sh3k/apache-qpid

About

Docker image for Apache Qpid Java Broker

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors