XMSC_WMQ_CLIENT_RECONNECT_OPTIONS
- Data type:
- String
- Property of:
- ConnectionFactory
This property specifies the client reconnect options for new connections created by this factory. It is found in XMSC, and is one of:
- WMQ_CLIENT_RECONNECT_AS_DEF (default). Use the value specified in the mqclient.ini file. Set the value by using the DefRecon property within the Channels stanza. It can be set to one of:
- YES. Behaves as the WMQ_CLIENT_RECONNECT option
- NO. Default. Does not specify any reconnection options
- QMGR. Behaves as the WMQ_CLIENT_RECONNECT_Q_MGR option
- DISABLED. Behaves as the WMQ_CLIENT_RECONNECT_DISABLED option
- WMQ_CLIENT_RECONNECT. Reconnect to any of the queue managers specified in the connection name list.
- WMQ_CLIENT_RECONNECT_Q_MGR. Reconnects to the same queue manager that it is originally connected to. It returns MQRC_RECONNECT_QMID_MISMATCH if the queue manager it tries to connect to (specified in the connection name list) has a different QMID to the queue manager originally connected to.
- WMQ_CLIENT_RECONNECT_DISABLED. Reconnection is disabled.