FIXEdge Java packages are cluster ready. Minimal changes are required.
Please refer to the Quick Start Guide for installation instructions and setup several nodes on different boxes. After the installation, update the Hazalcast configuration (conf/cluster.xml
):
Define a unique node name for each instance:
<instance-name>fej1</instance-name>
Enable the Hazelcast Cluster Quorum mechanism and define the minimum number of machines required in a cluster for the cluster to remain in an operational state:
<quorum enabled="true" name="fixedgeJQuorum"> <quorum-size>1</quorum-size> </quorum>