<parameter>=<value>
Configuring Cluster Nodes
Enterprise Edition
You can configure cluster node properties using the node’s mule-cluster.properties
file. Configuration items include use of multicast or unicast for node discovery, manual specification of cluster node IP addresses, and other properties.
File: <MULE_HOME>/.mule/mule-cluster.properties
Example
...
mule.cluster.nodes=192.168.10.21,192.168.10.22,192.168.10.23
mule.cluster.multicastenabled=false
...
Parameters Table
Property Name | Description |
---|---|
|
Comma-seperated list of interfaces to use by Hazelcast. Wildcards are supported, as shown below:
|
|
Comma-seperated list of IP addresses of the nodes that belong to the cluster. Specifying just one IP address enables the server to join the cluster. |
|
(Boolean) Enable/disable multicast. Disable if |
|
Multicast group IP address to use. |
|
Multicast port number to use. |
For more information about the mule-cluster.properties configuration file, see the instructions for creating a cluster manually
|