Broker Properties Reference
Broker properties reference contains properties for working with a Coherence cache provider.
Property | Notes |
---|---|
be.mm.broker.killoldbroker |
|
A broker process enables the MM cluster to retrieve information from the target cluster. If MM stops, the broker terminates after about three minutes.
By default, if MM restarts before the previous broker terminates, it uses that broker. If the previous broker has terminated, however, then MM creates a new broker process, using the target cluster properties in the master CDD that is specified in the topology file. When set to true, the existing broker process is never reused on startup. For example, if you want to monitor a different cluster when you restart MM (by specifying a different topology file), then you would set this property to true. Default is false. |
|
be.mm.broker.log.file |
|
Location of the log file for the broker relative to the working directory. The broker connects to the cluster that is to be monitored. This file relates to cluster activities.
Default is logs/mm-broker.log. |
|
be.mm.broker.rmi.port |
|
Port used to establish the RMI (Remote Method Invocation) communication between the MM cluster and the cluster to be monitored.
Specify a valid port number for this property. The value must be an integer that corresponds to an open port on the machine hosting the MM server. The default value of the port is 11200. Specify a unique RMI port for each Master CDD corresponding to the cluster that is to be monitored. The property must have a different value for each Master CDD file. |
|
be.mm.broker.tangosol.coherence.localhost |
|
IP address of the server machine. Required only if you are using a non-default IP interface. | |
be.mm.broker.tangosol.coherence.localport |
|
Specifies the port that the socket will listen to or publish on.
If more than one cluster is running on the same subnet, then even though they have different cluster names and cluster addresses, you may need to specify this property to avoid conflict. Also used for Coherence WKA configuration. See TIBCO BusinessEvents DataGrid WKA Discovery . Possible values are 1 to 65535. Default is 9000. |
|
be.mm.broker.java.net.preferIPv4Stack |
|
If the server is hosted on an AIX machine, set this property to True. Remember to also add a similar property to the
be-mm.tra file. See
Setting Property for Cache Based Object Management on AIX for general details (note that the property name is different here than in the to-be-monitored engine TRA file.
Default is false. |