Name

adams.flow.source.RabbitMQConsume


Synopsis

Consumes data it receives and forwards it.
It either binds to the specified exchange (if non-empty and ignores the queue name), or it listens to the specified queue.
When using an exchange, this one must be declared via the adams.flow.standalone.RabbitMQChannelAction standalone.
When not automatically acknowledging messages, the delivery tag must be retrieved from the delivery envelope (enabled to output container) and manually acknowledge using adams.flow.sink.RabbitMQMessageDeliveryAction.


Additional information

Flow input/output:
- output: java.lang.String


See also

Options