Skip to content

RabbitMQ is open source message broker software that implements the Advanced Message Queuing Protocol (AMQP). The RabbitMQ server is written in the Erlang programming language and is built on the Open Telecom Platform framework for clustering and failover.

Notifications You must be signed in to change notification settings

solnet-cloud/docker-rabbitmq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-rabbitmq

This build is still under development

RabbitMQ is open source message broker software (sometimes called message-oriented middleware) that implements the Advanced Message Queuing Protocol (AMQP). The RabbitMQ server is written in the Erlang programming language and is built on the Open Telecom Platform framework for clustering and failover.

More details can be found at the RabbitMQ website.

This Docker builds on top of a Ubuntu image to provide a working RabbitMQ image which can be used to broker messages between nodes in a cluster.

You will provide the replication IP address for this node in the cluster and for other member(s) of the cluster. It is recommended that you use restart on-failure.

docker run -d --restart=on-failure solnetcloud/rabbitmq:latest 172.20.20.1 172.20.20.2 172.20.20.3

About

RabbitMQ is open source message broker software that implements the Advanced Message Queuing Protocol (AMQP). The RabbitMQ server is written in the Erlang programming language and is built on the Open Telecom Platform framework for clustering and failover.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages