Skip to Content

RabbitMQ

Right-click on Sources in the application navigation tree -> in Source type select RabbitMQSource.

To publish messages in a RabbitMQ queue use LoadTableFromSource (aka Load) operation. You can load a single JSON message from a JSONInMemorySource source or multiple JSON messages from a JSONCollectionSource source. In Target Table specify exchange and routing key using the following format:

{"exchange":"", "routingKey":"Queue1"}

To read data from a queue, use MessageConsumerService operation.

Last updated on