Introduction to RabbitMQ
What is RabbitMQ?
RabbitMQ is an Advanced Message Queuing Protocol(AMQP) and it is one of the most popular cross-platform messaging broker and it is really open source.
RabbitMQ is also one of the easiest way of transmitting data between different programming languages (Example C# front-end can interact with Java application.)
The RabbitMQ is internally built on Erlang which is used for internal memory management of RabbitMQ.
What is AMQP?
The Advanced Message Queuing Protocol (AMQP) is an open standard application layer protocol for message-oriented application.
Some Defined Features of AMQP:
1.Message orientation
2.Queuing
3.Routing (including point-to-point and publish-and-subscribe)
4.Reliability and security
Let's learn RabbitMQ in detail step by step:
1.Basics of RabbitMQ
2.RabbitMQ Exchanges
3.How to create RabbitMQ Exchange
4.RabbitMQ Queues in Detail
5.How to bind RabbitMQ Queue to Exchange
5.How to create users in RabbitMQ
Visit us for more tutorials:
Java Tutorial
Python Tutorial
RabbitMQ Tutorial
Spring boot Tutorial
Top comments (0)