SK SKYVVA Documentation

124.3 How to use RabbitMQ Inbound Adapter with JSON Payload?

Rabbit MQ differs from Active MQ and other message brokers in a way that we need to post a message to an Exchange provided by it. This Exchange will then forward the message to a queue or topic based on the routing key property. This adapter supports 3 types of data formats i.e. CSV, XML and JSON. [su_box title="Note" box_color="#2a8af0" title_color="#000000"] We can check JSON Data on RabbitMQ Server:  Link:http://18.197.54.48:15672/#/queues. Where exchange will be automatically created once you callout code. [/su_box]

UseCase: Agent RabitMQ Adapter for Json payload.

Objective: Test rabbitMQ Inbound adapter for Json Format

Pre-requiste:

Steps:

Step1:To Create Agent RabbitMQ JSONInbound Adapter:

Open this article in the interactive viewer →