ENABLE_JMX_LISTENER

General iProcess Engine Configuration

Summary

This attribute enables the JMX server that is loaded into RPC_TCP_LI to allow the existing clients like Business Studio iProcess Plugin to connect to the iProcess Engine. This is disabled by default.

Applies To

The attribute must be set only for RPC_TCP_LI.

Default Value

This attribute is not defined on a newly installed iProcess Engine node. In this case, the default value is:

Machine ID

Process

Instance

Value

0

RPC_TCP_LI

0

ENABLE_JMX_LISTENER

Notes

By default the JMX server is disabled ie., the ENABLE_JMX_LISTENER process attribute does not exist.

To enable the JMX server in RPC_TCP_LI:

swadm set_attribute 0 RPC_TCP_LI 0 ENABLE_JMX_LISTENER 1
swadm set_attribute 0 RPC_TCP_LI 0 ENABLE_JMX_LISTENER 0
Note: The process attribute change comes into effect only after you restart the iProcess Engine.
Note: To enable JMX, after setting ENABLE_JMX_LISTENER process attribute, run the following script as “Background” user (for example, pro):

On UNIX 
$SWDIR/util/jmx_mergeconfig.sh  

On Windows 
%SWDIR%/util/jmx_mergeconfig.bat