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, such as the Business Studio iProcess plug-in 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

0

The attribute only appears in the output of the SHOW_ALL_ATTRIBUTES command if you have explicitly assigned a value to it using the SET_ATTRIBUTE command. The default setting is not displayed.

Notes

By default the JMX server is disabled, that is 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
Note: The process attribute change comes into effect only after you restart the iProcess Engine.
Note: To enable JMX for iProcess Technology Plug-in in addition to iProcess Engine, after setting the 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