Java Management Extensions (JMX)

Java Management Extensions are extensions to the Java programming language that define the architecture, design patterns, APIs, and services for application monitoring. They are defined through a Java Community process as JSR 160.

See IEhttp://jcp.org/en/jsr/detail?id=160 for information on Java Management Extensions.

The System Management application uses Java Management Extensions to access and control the nodes of your PRPC system. No other PRPC features depend on JMX.

If desired, you can disable JMX operations by removing the registerMBean Java permission from all the com.pega.* classes when a J2SE security policy is used.

Related Topics IconRelated terms