nuwanbando / mb-cluster-setup

The is the docker composition for WSO2 MB cluster

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository contains WSO2 MB cluster setup as a docker composition

execute following at the root of this directory to start the setup

## to setup the database
$docker-compose up -d database

## to start the first mb node
$docker-compose up -d mb1

## to start the second mb node
$docker-compose up -d mb2

## configure the MB
create a message queue named "sampleQ"

## start the ESB
$docker-compose up -d esb

About

The is the docker composition for WSO2 MB cluster