Overview of the RabbitMQ plugin
RabbitMQ is an open source message broker tool.
The RabbitMQ plugin contains the RabbitMQService, which listens to a queue on a RabbitMQ server and triggers an event when a new message arrives.
The RabbitMQ plugin also contains the following functions:
- RabbitMQReader: To fetch messages from a specified Queue on a RabbitMQ server.
- RabbitMQWriter: To publish a message on a RabbitMQ server to the Exchange with the specified name.