Client connection

The following table shows the properties for Business Rules Server client connections.
Table 1. Client connection properties
Property name Values (default value) Description
serverName BusinessRulesServer_%podname% A unique name to identify this instance of the Business Rules Server. The name is used to establish a unique JMS subscription client ID and cannot contain any special characters, such as a quotation mark.
serverIPAddress   Use this property when you are running the server on a computer with two or more NIC cards. This property is the IP address that is put into the component table and is used by the Control Center to connect to the Business Rules Server.
serverPort 1 - 65,535 (2005) The local port number that is used by the client application to connect.
serverQueueSize 1 - 500 (20) Size of the client connection queue. This property configures the number of clients that can be queued to wait for a client processor.
serverTimeout 0 - 120,000 ms (30,000) The amount of time the server waits on a client connection before it checks for other requests.
serverReuseAddress true, false (true) Controls whether the server binds to a socket that might already be in use. When a well-known port is used, and to avoid waiting for the port to be available from a previous shutdown request, set this property to true.
serverRegion 0 An integer that defines a logical region that this server is a member of. An example would be to define all servers in Dallas in region 1 and all servers in Columbus in region 2. Data can be distributed just to servers in a particular region.