2547 (09F3) (RC2547): MQRC_RECONNECT_INCOMPATIBLE


Explanation

An MQI option is incompatible with reconnectable connections.

This error indicates that the option relies on information in a queue manager that is lost during reconnection. For example, the option MQPMO_LOGICAL_ORDER, requires the queue manager to remember information about logical message ordering that is lost during reconnection.


Completion code

MQCC_FAILED


Programmer response

Modify our application to remove the incompatible option, or do not allow the application to be reconnectable.