Skip to content

RabbitMQ Overview

RabbitMQ is one of the most widely used messaging brokers systems. It is open-source and originally implemented the AMQP 0.9.1 protocol. With message delivery guarantee it is a great solution for processing time-sensitive information at scale. Now it has been extended with a plug-in architecture to support multiple messaging protocols making it a one-stop-shop for message queuing needs.

Read the official documentation of RabbitMQ and AMQP to know more.

RabbitMQ on Connect iPaaS

Connect iPaaS enables you to send messages on a RabbitMQ Exchange based on triggers from other applications. Conversely, you can perform actions on other applications based on messages received on your RabbitMQ exchange.

RabbitMQ Application on Connect

Figure 1. RabbitMQ Application on Connect iPaaS