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

 ParameterTypeDescription
*Name:stringMessages will be consumed from this queue
* - denotes required
 ParameterTypeDescription
Timeout:integerPeriod to wait in milliseconds for the message to become available. 0 means return immediately.
* - denotes required
 ParameterTypeDescription
Headers:stringA register which protocol headers will be saved from the incoming document.
* - denotes required

Output Events

NameDescription
OnParseErrorCould not parse a document.
OnFailConnectionCould not connect to the external system.
OnFailedOperationCould not perform the operation requested.
OnFailPartnerGeneric or unknown SERVER error. Something occurred between the adapter and the adaptee communication.
noMessageNo messages matched the criteria.