XMSC_WMQ_FAIL_IF_QUIESCE
- Data type:
- System.Int32
- Property of:
- ConnectionFactory and Destination
- Name used in a URI:
- failIfQuiesce
Whether calls to certain methods fail if the queue manager to which the application is connected is in a quiescing state.
The valid values of the property are as follows:Valid value | Meaning |
---|---|
XMSC_WMQ_FIQ_YES | Calls to certain methods fail if the queue manager is in a quiescing state. When the application detects that the queue manager is quiescing, the application can complete its immediate task and close the connection, allowing the queue manager to stop. |
XMSC_WMQ_FIQ_NO | No method calls fail because the queue manager is in a quiescing state. If you specify this value, the application cannot detect that the queue manager is quiescing. The application might continue to perform operations against the queue manager and therefore prevent the queue manager from stopping. |