Configuring a JMX Property in Monitored Engine TRA Files

Running engines use JMX MBeans to expose monitoring and management information to the MM server, and for remote method invocation.

Procedure

  1. Open the file BE_HOME/bin/be-engine.tra .
  2. Uncomment the jmxremote property shown next.
    java.property.be.engine.jmx.connector.port=%jmx_port%
    Ensure that the value of the port property is set to %jmx_port%.

    You will specify the actual port value in the JMX Port field in the site topology file Processing Unit Configuration settings.

    In a production system, you would do this for all TRA files for all monitored TIBCO BusinessEvents engines. When more than one PU (engine) is deployed on the same host, specify a different JMX port for each of the PUs, in the site topology file.

Result

The property java.property.be.engine.jmx.connector.authenticate, is used only if you want to enable authentication. See User Authentication in TIBCO BusinessEvents Administration for details.