Disabling the Service Health Check

By default, Service Health Check is enabled on ActiveMatrix Administrator.

By default, Service Health Check Caching is disabled.

To disable the Service Health Check:

Through the TIBCO ActiveMatrix Administrator UI

  1. Navigate to Infrastructure > Nodes > Configuration > JVM Configuration.
  2. Click Add.
  3. Set the Java property com.tibco.amx.disable.servicehealthcheck to true.
  4. Click Install/Sync.
  5. Restart the ActiveMatrix Runtime Node.

Through the TRA Property

  1. Set the Java property com.tibco.amx.disable.servicehealthcheck to true in the ActiveMatrix Runtime Node’s TRA file as follows:

    java.property.com.tibco.amx.disable.servicehealthcheck=true

    The default value of this property is false.

  2. Restart the ActiveMatrix Runtime Node.