RabbitMQ - get a message
Search form
Description - Read a message from RabbitMQ using AMQP
Runtime Class - com.ibi.agents.XDRabbitMQReadAgent
Configuration
This action requires a Generics Configuration as well as the following required parameters.
Parameter Groups
Parameter Type Description
* Name: string Messages will be consumed from this queue
* - denotes required
Parameter Type Description
Timeout: integer Period to wait in milliseconds for the message to become available. 0 means return immediately.
* - denotes required
Parameter Type Description
Headers: string A register which protocol headers will be saved from the incoming document.
* - denotes required
Output Events
Runtime Class - com.ibi.agents.XDRabbitMQReadAgent
Configuration
This action requires a Generics Configuration as well as the following required parameters.
Parameter Groups
Parameter Type Description
* Name: string Messages will be consumed from this queue
* - denotes required
Parameter Type Description
Timeout: integer Period to wait in milliseconds for the message to become available. 0 means return immediately.
* - denotes required
Parameter Type Description
Headers: string A register which protocol headers will be saved from the incoming document.
* - denotes required
Output Events
Configuration
This action requires a Generics Configuration as well as the following required parameters.Parameter Groups
Parameter | Type | Description | |
---|---|---|---|
* | Name: | string | Messages will be consumed from this queue |
* - denotes required
Parameter | Type | Description | |
---|---|---|---|
Timeout: | integer | Period to wait in milliseconds for the message to become available. 0 means return immediately. |
* - denotes required
Parameter | Type | Description | |
---|---|---|---|
Headers: | string | A register which protocol headers will be saved from the incoming document. |
* - denotes required
Output Events
Name | Description |
---|---|
OnParseError | Could not parse a document. |
OnFailConnection | Could not connect to the external system. |
OnFailedOperation | Could not perform the operation requested. |
OnFailPartner | Generic or unknown SERVER error. Something occurred between the adapter and the adaptee communication. |
noMessage | No messages matched the criteria. |