Description - Emits input document to Microsoft Message Queuing queue; returns a status document or the original input document as the output document

Runtime Class - com.ibi.agents.XDMSMQEmitAgent


Configuration

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

Parameter Groups

 ParameterTypeDescription
Correlation ID:stringIf set to a value, this is used as the correlation id of the outgoing message
Delivery Method:stringExpress does not guarantee arrival, but processes in a faster fashion

Select from one of the following options:
  • Express Delivery {Express}
  • Recoverable Delivery {Recoverable}
Priority:integerOutgoing message priority. Value must be between 0 and 7, with 7 most expedited. If omitted uses incoming priority.
Label:stringLabel is roughly equivalent to email subject or JMS Topic
* - denotes required
 ParameterTypeDescription
Return:stringDocument to return from the object.

Select from one of the following options:
  • Status Document {status} - Status document will be the out document.
  • Input Document {input} - Input document will be the out document.
* - denotes required

Output Events

NameDescription
OnParseErrorCould not parse a document.
OnFailConnectionCould not connect to the external system.
OnNotFoundThe resource was not found and this is considered an error.