Description - Sends a message on iSM ESB.

Runtime Class - com.ibi.agents.XDInternalEmitAgent


Configuration

This action requires a Generics Configuration as well as the following required parameters.

Parameter Groups

 ParameterTypeDescription
Respect TransactionalitybooleanIf set, the emit respects the transactionality of the channel. If not set, the emit is always done.
TimeoutintegerHow many seconds to wait for synchronous response. Set to 0 or leave blank to wait indefinitely.
* - denotes required
 ParameterTypeDescription
*Return:stringReturn from this object.

Select from one of the following options:
  • Response Document {response} - Returns the results of the operation.
  • Status Document {status} - Returns a status document
  • Input Document {input} - Return the document passed in
* - denotes required

Output Events

NameDescription
OnParseErrorCould not parse a document.
OnNotFoundThe resource was not found. This may or may not be a failure.
OnTimeOutThe operation timed out.
OnCancelledThe service has responded to a cancellation request.
OnNotFoundThe resource was not found and this is considered an error.
OnFailedOperationCould not perform the operation requested.