AdoptNewMCACheck (MQLONG)
This defines the elements to check to determine whether to adopt an MCA when a new inbound channel is detected that has the same name as an MCA that is already active
The value is one of the following:
- MQADOPT_CHECK_Q_MGR_NAME
- Check the queue manager name.
- MQADOPT_CHECK_NET_ADDR
- Check the network address.
- MQADOPT_CHECK_ALL
- Check the queue manager name and network address. If possible, perform this check to protect your channels from being shut down, inadvertently or maliciously. This is the default value.
- MQADOPT_CHECK_NONE
- Do not check any elements.
Changes to this attribute take effect the next time that a channel attempts to adopt a channel.
This attribute is supported only on z/OS .
To determine the value of this attribute, use the MQIA_ADOPTNEWMCA_CHECK selector with the MQINQ call.