receiveExit

 

public static com.ibm.mq.MQReceiveExit

The receive exit used when receiving messages from a queue manager. It allows you to examine, and possibly alter, data and is normally used in conjunction with a corresponding send exit at the queue manager.

If you want to provide your own receive exit, define a class that implements the MQReceiveExit interface, and assign receiveExit to an instance of that class.

If you set this field to null no receive exit is called.


uj12450_