Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

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):

  1. Define a unique node name for each instance:

    <instance-name>fej1</instance-name>
  2. 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>
    
    
  • No labels