The
Transaction Server allows for remote clients to connect to and send
messages to the
Transaction Server. The following properties address client
connectivity:
Table 1. Client Connectivity Properties
| Property |
Default Value |
Range |
Description |
| serverName |
ITSServer_%podname% |
N/A |
A descriptive text string used to identify the Transaction Server.
This text is placed in the Transaction Server list on the Control Center to identify
the server by name. |
| serverPort |
2002 |
1-65535 |
The local port number to which client applications
connect. |
| serverQueueSize |
20 |
1-500 |
Size of the Transaction Server client connection queue.
This number represents the number of clients that can be queued while
waiting to be accepted by the Transaction Server for processing. |
| serverTimeout |
5000 |
0-120000 |
The amount of time (milliseconds) that the Transaction Server dedicates
to waiting for client connections between checking for other system
messages. |
| serverReuseAddress |
true |
true/false |
Controls whether the Transaction Server can bind to a socket
that may already be in use. For applications that use a well-known
socket, and to avoid waiting for the socket to be released following
an application failure, set this value to true. |