receiveExit

 

public byte[] receiveExit(MQChannelExit exitParms, 
                          MQChannelDefinition channelParms, 
                          byte[] data);

Calls the external user exit.

Parameters

  • exitParms - the data on the exit.

  • channelParms - the data on the channel.

  • data - the raw message data.

Returns

  • the raw message data after processing by the exit.


uj12810_