Whether calls to certain methods fail if the queue manager to which the application is connected is in a quiescing state.
Valid value | Meaning |
---|---|
XMSC_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_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. |
For information about the different ways in which a queue manager can be stopped, see the WebSphere MQ System Administration Guide.