Broker Properties for Working with Coherence Cache Provider

A broker process enables the MM cluster to communicate and retrieve information from the target cluster.

A multi-cluster configuration must have one broker per cluster, with each broker specifying it’s own set of properties. Each broker must have its unique RMI port. The RMI port is specified using the property be.mm.broker.rmi.port. The value of this property must be an integer and the default value is 11200.

Note: The broker properties are not required for TIBCO BusinessEvents DataGrid clusters.

The broker properties must be specified in the Master CDD file at the cluster level. In the Master CDD file, only the properties present at the cluster level with the prefix tangosol.coherence or be.mm.broker are passed to the broker process.

For backward compatibility, the broker properties defined in the MM.cdd file with the prefix be.metric.cluster.property are still loaded. However, if a property with the same name exists in the MM.cdd file and the Master CDD file, the value specified in the Master CDD file takes precedence.