Skip to content
Isaiah Peng edited this page Jan 14, 2014 · 3 revisions

The main purpose of clustering jubilee is to make a distributed event bus.

To make each Jubilee instance on your network participate on the same event bus, start each Jubilee instance with the --cluster command line switch.

jubilee --cluster <other options>

Once you've done that, any Jubilee instances started in cluster mode will merge to form a distributed event bus.

Clone this wiki locally