Enabling or Disabling the Caching of a Service Health Check Response
By default, Service Health Check caching is disabled in ActiveMatrix Administrator.
Through the TIBCO ActiveMatrix Administrator UI
-
Navigate to Infrastructure > Nodes > Configuration > JVM Configuration.
- Click Add.
- Set the Java property
com.tibco.amx.enable.servicehealthcheck.caching
totrue
. The default value isfalse
. - Click Install/Sync.
- Restart the ActiveMatrix Runtime Node.
Through the TRA Property
- On all the Runtime Nodes, set the Java property
com.tibco.amx.enable.servicehealthcheck.caching
totrue
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
. - Restart the ActiveMatrix Runtime Node.