sendExit

 

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

Calls the send 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 sendExit method therefore, consists of a single line.


uj15440_