Enabling or Disabling the Caching of a Service Health Check Response

Through the TIBCO ActiveMatrix Administrator UI

By default, Service Health Check caching is disabled in ActiveMatrix Administrator.

  1. Navigate to Infrastructure > Nodes > Configuration > JVM Configuration.

  2. Click Add.
  3. Set the Java property com.tibco.amx.enable.servicehealthcheck.caching to true. The default value is false.
  4. Click Install/Sync.
  5. Restart the ActiveMatrix Runtime Node.

Through the TRA Property

  1. On all the Runtime Nodes, set the Java property com.tibco.amx.enable.servicehealthcheck.caching to true in the ActiveMatrix Runtime Node’s TRA file as follows:
    java.property.com.tibco.amx.enable.servicehealthcheck.caching=true

    The default value of this property is false.

  2. Restart the ActiveMatrix Runtime Node.