Default reconnection (DEFRECON)
Specifies whether a client connection automatically reconnects a client application if its connection breaks.
The possible values are:
- NO
- Unless overridden by MQCONNX, the client is not reconnected automatically.
- YES
- Unless overridden by MQCONNX, the client reconnects automatically.
- QMGR
- Unless overridden by MQCONNX, the client reconnects automatically, but only to the same queue manager. The QMGR option has the same effect as MQCNO_RECONNECT_Q_MGR.
- DISABLED
- Reconnection is disabled, even if requested by the client program using the MQCONNX MQI call.
This attribute is valid only for client connection channels.
Parent topic: Channel attributes in alphabetical order