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:
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:
Through RMI: see <rmi_connector>
on the Server configuration file.
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:
jmxremote_optional.jar
library and add it to the Server lib
folder.As web pages, through the JMX Tree feature of the Monitoring Dashboard: see <jmxtree_enabled> on the Server configuration file.