Client API Configuration

TIBCO ActiveMatrix SPM Dashboard Client API Configuration Properties
Field Name Property in spmdashboard-

config.properties

Mandat

ory

Default Value Description
Retry Count rta.client.retry.count No 10 Defines the client retry count for the failed JMS operations.

(Optional) Select Advanced Options to configure advanced Client API options.

TIBCO ActiveMatrix SPM Dashboard Client API Advanced Properties
Field Name Property in spmdashboard-

config.properties

Mandat

ory

Default Value Description
Retry Wait Interval (ms) rta.client.retry.wait No 10000 Retry interval in milliseconds for the rta.client.retry.count property.
Client Heartbeat Interval (ms) rta.client.heartbeat.

interval

No 10000 Time interval in milliseconds used by named client sessions to send heartbeats.
Client Sync Response Timeout rta.client.sync.response.

timeout

No 10000 Time interval in milliseconds for a client to wait for the server to send response for a sync operation such as, query registration before timing out the operation.
Client Async Dispatcher Max Pool Size rta.client.async.

dispatcher.max.pool.

size

No 2147483647 The maximum number of threads of the asynchronous message dispatcher thread pool. This thread pool is used to dispatch asynchronous messages to the client API.
Client Async Dispatcher Timeout rta.client.async.

dispatcher.timeout

No 300000 The thread pool used for dispatching results from an outbound queue to clients has an idle timeout in milliseconds.