MQXR_INIT_SEC

 

public final static int

This indicates that the exit is to initiate the security dialog with the queue manager. This occurs for channel security exits only.

The receiver's security exit is always invoked with this reason immediately after being invoked with MQC.MQXR_INIT, to give it the opportunity to initiate a security exchange. If it declines the opportunity by returning MQC.MQXCC_OK instead of MQC.MQXCC_SEND_SEC_MSG or MQC.MQXCC_SEND_AND_REQUEST_SEC_MSG , the sender's security exit is invoked with MQXR_INIT_SEC.

See WebSphere MQ Intercommunication for more details of the possible security exchanges that can take place when an exit is invoked with this reason.


uj21040_