MQExternalReceiveExit

 

public class MQExternalReceiveExit
extends MQExternalUserExit
implements MQReceiveExit

java.lang.Object
   |
   +----com.ibm.mq.MQExternalUserExit
           |
           +----com.ibm.mq.MQExternalReceiveExit
          

Enables Java™ code to call a non-Java receive exit. Chaining of exits is implemented by MQReceiveExitChain.

An MQExternalReceiveExit object holds all the information required to construct the MQCXP and MQCD structures which are required when calling the non-Java receive exit.


uj12760_