What is RabbitMQ ? RabbitMQ is an AMQP messaging broker and it is the most popular open source and cross-platform message broker. RabbitMQ is a way to exchange data between different/same platform applications such as a message sent from one SpringBoot Application to to other SpringBoot application or Dot Net application can be read by a SpringBoot Application. The RabbitMQ is built on Erlang general-purpose programming language and it is also used by WhatsApp for messaging. What is AMQP? The Advanced Message Queuing Protocol ( AMQP ) is an open standard application layer protocol for message-oriented and the features of AMQP are message orientation, queuing, routing (including point-to-point and publish-and-subscribe), reliability and security. AMQP was designed with the following main characteristics as goals: Security Reliability Interoperability Standard Open RabbitMQ is lightw...
Comments
Post a Comment