XMSC_WMQ_BALANCING_TIMEOUT
- Data type:
- System.Int32
- Property of:
- ConnectionFactory
The valid values of the property are as follows:
| Valid value | Meaning |
|---|---|
| XMSC_WMQ_BALANCING_TIMEOUT_IMMEDIATE | Immediate timeout occurs |
| XMSC_WMQ_BALANCING_TIMEOUT_AS_DEFAULT | The set default timeout value. This is the default value |
| XMSC_WMQ_BALANCING_TIMEOUT_NEVER | No timeout occurs |
Note: You must provide one value only from the defined values, or a value of 0-999999999
seconds.
Additionally, this property can be set in the client.ini file. The order of
preference is:
- Properties set in the application
- Matching named Application stanza in the mqclient.ini file.
- Application defaults stanza in the mqclient.ini file.