Integration with Ease.
RabbitMQ is the most widely deployed open source message broker. It uses the AMQP 0.9.1 protocol and can be easily integrated into Flow Director and with any other messaging system.
Get Flow DirectorThis example shows how easy it is to integrate RabbitMQ through a simple flow. There is one connection to a RabbitMQ broker which receives messages in AMQP 0.9.1 format on some exchange. Another connection is to the local SwiftMQ router where this flow runs. The messages are forwarded to a local queue and are automatically converted from AMQP to JMS messages. The right part receives the converted messages from this queue and forwards it to a Kafka topic.