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
- Navigate to Infrastructure > Nodes > Configuration > JVM Configuration.
- Click Add.
- Set the Java property
com.tibco.amx.disable.servicehealthcheck
totrue
. - Click Install/Sync.
- Restart the ActiveMatrix Runtime Node.
Through the TRA Property
- Set the Java property
com.tibco.amx.disable.servicehealthcheck
totrue
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
. - Restart the ActiveMatrix Runtime Node.