management-config

management-config

Used in: coherence.

Elements

The following table describes the elements you can define within the management-config element.

Element Required/Optional Description
<default-domain-name> Required Specifies the name of the JMX domain used to register MBeans exposed by the Coherence Management Framework.
<managed-nodes> Required Specifies whether or not a cluster node's JVM has an [in-process] MBeanServer and if so, whether or not this node allows management of other nodes' managed objects.

Legal values are:

Default value is none.

Preconfigured override is tangosol.coherence.management

<allow-remote-management> Required Specifies whether or not this cluster node exposes its managed objects to remote MBeanServer(s).

Legal values are: true or false.

Default value is false.

Preconfigured override is tangosol.coherence.management.remote
<read-only> Required Specifies whether or not the managed objects exposed by this cluster node allow operations that modify run-time attributes.

Legal values are: true or false.

Default value is false.

Preconfigured override is tangosol.coherence.management.readonly
<service-name> Required Specifies the name of the Invocation Service used for remote management.

This element is used only if allow-remote-management is set to true.

The content override attribute xml-override can be optionally used to fully or partially override the contents of this element with XML document that is external to the base document.