Public Article
-
verified
Microservice development using RabbitMQ message broker
ISSN: 2744 - 2527Publisher: author   
Microservice development using RabbitMQ message broker
Indexed in
Computer Science and Technology Section
ARTICLE-FACTOR
1.3
Article Basics Score: 3
Article Transparency Score: 3
Article Operation Score: 2
Article Articles Score: 3
Article Accessibility Score: 2
SUBMIT PAPER ASK QUESTION
International Category Code (ICC):
ICC-0202
Publisher: "ims" Vogosca
International Journal Address (IAA):
IAA.ZONE/2744395622527
eISSN
:
2744 - 2527
VALID
ISSN Validator
Abstract
Nowadays, when applications are being developed faster with the introduction of agile methodologies and new technologies, microservices are emerging. The microservices make applications easier to create and maintain when broken down into smaller parts, which form a whole application. RabbitMQ acts as an intermediary between the various services. It reduces the load and delivery time on server web applications by delegating tasks that would typically take a lot of time and resources. Message queuing allows web servers to respond quickly to requests rather than being forced to perform complex procedures that can take more time and resources. AMQP (Advanced Message Queuing Protocol) is a message protocol that deals with publishers and consumers like any other messaging system. Publishers produce messages while consumers download and process them. The job of message brokers, such as RabbitMQ, is to ensure that messages from publishers go ...