Download
JMX SDK
Version: 2.1.0
Released on Sep 4, 2021
Overview
MQTT.Cool exposes JMX MBeans to management applications that are compatible with the JMX specification.
Compatibility
Compatible with MQTT.Cool Server since 2.1.0.
Access
MQTT.Cool's JMX MBeans can be accessed from external processes in three different ways:
rmi
See <rmi_connector>
on the Server configuration file.
jmxmp
See <jmxmp_connector>
on the Server configuration file.
More info
Note that this service is not supported in the factory deployment of the Server; support can be enabled by adding the proper library to the Server classpath, through the following steps:
- Download the Java Management Extensions (JMX) Remote API Reference
Implementation package from the Oracle site. - Extract the
jmxremote_optional.jar
library and add it to the Server lib folder.
Monitoring Dashboard
See <jmxtree_enabled>
on the Server configuration file.