Skip to content
RabbitMQ Training

Overview

  • RabbitMQ is an open source message broker written in Java.
  • It’s fully compliant with JMS 1.1 standards.
  • JMS is a specification that allows development of message based system. RabbitMQ acts as a broker of messages which sits in between applications and allows them to communicate in asynchronous and reliable way.
  • RabbitMQ will provide a way to exchange the data between different applications, such as a message sent from .Net application that can be read by a Node.js or Java application.

 

Enquiry About This Course