Client API agent properties

Client API agents are responsible for processing the work that is sent by client applications to the Transaction Server through the application programming interface.
Table 1. Client API agent properties
Property Default value Range Description
maxApiAgents 4 1-100 The maximum number of concurrently active API processes. Increase the default value to handle large message flow.
apiAgentQueueSize 6 1-500 The API agent queue size. If all API agents are active, a new client API process is added to the API agent queue.

apiAgentQueueSize = maxApiAgents + 2