AMQP

Elements of AMQP – RabbitMQ Messaging System

In this tutorial, we will learn the different elements of AMQP to work with RabbitMQ. I have already talked about the basics of RabbitMQ in the previous introduction article. Lets first learn the basics components of any messaging system and then we will get into the elements of AMQP. Basic components of a Messaging system Any messaging system is made [...]

By |2024-05-22T02:34:02+00:00March 16th, 2020|Categories: RabbitMQ|Tags: |

Introduction to RabbitMQ

More and more companies are adapting to Microservices due to reliability and scalability. Software architectures are rethinking their system designs, monolithic applications are evolving into microservices and infrastructures are moving to cloud. Messaging is undoubtedly an important facet of any microservice architecture. RabbitMQ is a message broker (message queuing software) used to exchange data between processes, applications, systems or servers. [...]

By |2024-05-22T02:30:26+00:00March 1st, 2020|Categories: RabbitMQ|Tags: , |
Go to Top