MSMQ - send a message
Search form
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
Parameter Type Description
Correlation ID: string If set to a value, this is used as the correlation id of the outgoing message
Delivery Method: string Express does not guarantee arrival, but processes in a faster fashion
Select from one of the following options:
- Express Delivery {Express}
- Recoverable Delivery {Recoverable}
Priority: integer Outgoing message priority. Value must be between 0 and 7, with 7 most expedited. If omitted uses incoming priority.
Label: string Label is roughly equivalent to email subject or JMS Topic
* - denotes required
Parameter Type Description
Return: string Document 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
Runtime Class - com.ibi.agents.XDMSMQEmitAgent
Configuration
This action requires a Generics Configuration as well as the following required parameters.
Parameter Groups
Parameter Type Description
Correlation ID: string If set to a value, this is used as the correlation id of the outgoing message
Delivery Method: string Express does not guarantee arrival, but processes in a faster fashion
Select from one of the following options:
- Express Delivery {Express}
- Recoverable Delivery {Recoverable}
Priority: integer Outgoing message priority. Value must be between 0 and 7, with 7 most expedited. If omitted uses incoming priority.
Label: string Label is roughly equivalent to email subject or JMS Topic
* - denotes required
Parameter Type Description
Return: string Document 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
Configuration
This action requires a Generics Configuration as well as the following required parameters.Parameter Groups
Parameter | Type | Description | |
---|---|---|---|
Correlation ID: | string | If set to a value, this is used as the correlation id of the outgoing message | Delivery Method: | string | Express does not guarantee arrival, but processes in a faster fashion
Select from one of the following options:
|
Priority: | integer | Outgoing message priority. Value must be between 0 and 7, with 7 most expedited. If omitted uses incoming priority. | Label: | string | Label is roughly equivalent to email subject or JMS Topic |
* - denotes required
Parameter | Type | Description | |
---|---|---|---|
Return: | string | Document to return from the object.
Select from one of the following options:
|
* - denotes required
Output Events
Name | Description |
---|---|
OnParseError | Could not parse a document. |
OnFailConnection | Could not connect to the external system. |
OnNotFound | The resource was not found and this is considered an error. |