receiveExit

 

public byte[] receiveExit(MQChannelExit channelExitParms, 
                          MQChannelDefinition channelDefinition, 
                          byte[] agentBuffer);

Calls the receive exit. This is normally made by the Java™ client code.

Parameters

  • channelExitParms - the definition of the chain of exits.

  • channelDefinition - the definition of the channel.

  • agentBuffer - the message being passed into the chain of exits.

Returns

  • agentBuffer the data to be processed. If the exit response code (in channelExitParms is MQXCC_OK the WebSphere MQ Client for Java can process the data. The simplest receiveExit method therefore, consists of a single line.


uj15370_