iWay queue (ordered) - send a message

Description - Emits to the ordered transfer queue

Runtime Class - com.ibi.agents.XDOrderedEmitAgent


Configuration

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

Parameter Groups

 ParameterTypeDescription
Type:stringDetermines the content of the message.

Select from one of the following options:
  • Delete {del} - Sends a message to delete the message group
  • Document {doc} - Sends a document payload
  • Last Document {docend} - Sends a document payload with the end of group signal
  • End Signal {end} - Sends just the end of group signal
  • Keep Alive {keepalive} - Sends a signal to reset the timer for the unended group timeout
*Group Key:stringIdentifies the group for this message. Messages belonging to a group will execute strictly in order one after the other but concurrently with messages belonging to other groups.
Sort Key:stringDetermines the sort key of this message when the ordered queue sorting mode is not chronological.
* - denotes required
 ParameterTypeDescription
Respect Transactionality:booleanIf set, the emit respects the transactionality of the channel. If not set, the emit is always done.
* - 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.