...
| Property Name |
Default Value |
Description |
| useMBeanServer |
true |
If true then it avoids creating a new MBean server if a MBeanServer has already been created in the JVM |
| jmxDomainName |
org.apache.activemq |
The jmx domain that all objects names will use |
| createMBeanServer |
true |
If we should create the MBeanServer is none is found. |
| createConnector |
true |
If we should create a JMX connector (to allow remote management) for the MBeanServer |
| connectorPort |
1099 |
The port that the JMX connector will use |
| connectorHost |
localhost |
The host that the JMX connector and RMI server (if rmiServerPort>0) will use |
| rmiServerPort |
0 |
The RMI server port, handy if port usage needs to be restricted behind a firewall |
| connectorPath |
/jmxrmi |
The path that JMX connector will be registered under |
| findTigerMBeanServer |
true |
Enables/disables the searching for the Java 5 platform MBeanServer |
| suppressMBean |
|
List of MBean name patters to ignore |
|
|
|