Chapter 5. Changing the JMX Management Properties
The FUSE ESB container uses JMX for its underlying management features. It is easy to configure the properties used by this service.
Two of the most commonly changed parts of the FUSE ESB runtime configuration are the RMI port and the JMX URL. Both of these properties are set in the org.apache.servicemix.management.cfg
system property file.
The default value for the RMI registry port is 1099. You can edit the RMI port configuration by changing the value for the rmiRegistryPort property in the org.apache.servicemix.management.cfg
file.
The default URL used by JMX is service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi
. You can edit the JMX URL by changing the value for the serviceUrl property in the org.apache.servicemix.management.cfg
file.
You can configure the username and password used to connect to the JMX server. The defaults are both smx
. To change them you edit the jmxLogin property and the jmxPassword property in in the org.apache.servicemix.management.cfg
file.