Skip to content
This repository has been archived by the owner on Nov 9, 2024. It is now read-only.

A rabbitmq docker image to build rabbitmq cluster on docker swarm

Notifications You must be signed in to change notification settings

BetterCorp/rabbitmq-swarm-cluster

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rabbitmq-swarm-cluster

This docker image is built to get a lightweight rabbitmq cluster without any external dependencies. It is designed to work in docker swarm mode.

Basic Concept

Once the rabbitmq-server is up and running the join.sh script will try to join this server instance to a reachable peer. Available peers are determined via nslookup to tasks.<SERVICE_NAME>. If no peer is available but this container is matches SLOT == MASTER_SLOT the rabbitmq app will be just started and no further joining arithmetic will be executed on this container.

About

A rabbitmq docker image to build rabbitmq cluster on docker swarm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 92.6%
  • Dockerfile 7.4%