Products | Versions |
---|---|
TIBCO BusinessEvents Enterprise Edition | - |
Not Applicable | - |
Resolution:
Coherence includes facilities for managing and monitoring Coherence resources via the Java Management Extensions(JMX). For configuring the Coherence Management following two properties need to be defined and set in BE Engine configuration file
(i.e. in be-engine.xml)
1. By setting a Java system property on all Coherence cluster nodes that are acting as MBeanServer hosts:
-Dtangosol.coherence.management=all
2. And setting Java system property on all cluster nodes :
-Dtangosol.coherence.management.remote=true
Also if property "tangosol.coherence.management.remote" is set to true in engine config file, then defining the property
"tangosol.coherence.management" in engine config is mandatory..