SDK for JMX Extensions Usage Instructions
1.1.1 build 172
Compatible with JMS Extender since 2.0.0.
May not be compatible with custom managers for the previous version
Released on 1 Oct 2020

Lightstreamer JMS Extender makes available JMX Beans to management clients that are compatible with the JMX specification.

Lightstreamer Server's JMX MBeans can be accessed from external processes in three different ways:

RMI


Through RMI: see <rmi_connector> on the Server configuration file.

JMXMP


Through Sun/Oracle's proprietary JMXMP protocol (see <jmxmp_connector> on the Server configuration file).
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:

  1. Download the Java Management Extensions (JMX) Remote API Reference Implementation 1.0.1_03 package from the Oracle site.
  2. Extract the jmxremote_optional.jar library and add it to the Server lib folder.

Monitoring Dashboard


As web pages, through the JMX Tree feature of the Monitoring Dashboard: see <jmxtree_enabled> on the Server configuration file.