2590 (0A1E) (RC2590): MQRC_FASTPATH_NOT_AVAILABLE
Explanation
On an MQCONNX call, the MQCNO_FASTPATH_BINDING option was specified. However, a fastpath connection to the queue manager cannot be made. This issue can occur when a non-fastpath connection to a queue manager was made in the process before this MQCONNX call.
Completion code
MQCC_FAILED
Programmer response
Either change all MQCONNX calls within the process to be fastpath, or use the AMQ_SINGLE_INSTALLATION environment variable to restrict connections to a single installation, allowing the queue manager to accept fastpath and non-fastpath connections from the same process, in any order.
Parent topic: API reason codes