The
Gateway Server allows clients to connect to and send messages
to the
Gateway Server. The following properties address client connectivity:
Table 1. Gateway Server Connectivity Properties
| Keyword |
Values/Example |
Description |
| serverName |
Gateway |
Descriptive name of the Gateway Server or TCP/IP address |
| serverPort |
1068 |
The local port number to which client applications
connect. |
| serverTimeout |
30000 |
The amount of time (milliseconds) the Gateway dedicates
to waiting for client connections between checking for other system
messages |
| serverReuseAddress |
true or false |
Controls whether the Gateway can bind to a socket
which may already be in use. Setting this value to true reuses the
socket and setting it to false waits for the socket. For applications
using a well-known socket and to avoid waiting for the socket to be
released following an application failure, set this value to true. |