jndi-mbean-server

Purpose

Specifies that MCS will register its MBeans with the specified JNDI resource. This element should be used when MCS is deployed on the application server that allows arbitrary objects to be stored in JNDI. This element is mutually exclusive with platform-mbean-server.

Contained by

Attributes

Attribute Description Type Default Options Use
initial-context The name of the initial context within which the name will be resolved. xs:string none    required 
name The name of the data source within the initial context. xs:string none    required 

Example

<management>
  <jndi-mbean-server initial-context="mcs" name="management/MBeanFactory"/>
</management>

Related topics