Essays about: "RabbitMQ"

Showing result 1 - 5 of 14 essays containing the word RabbitMQ.

  1. 1. Evaluating Connectivity for RabbitMQ stream clients in front of Load Balancers

    University essay from Umeå universitet/Institutionen för datavetenskap

    Author : Hanna Littorin; [2024]
    Keywords : ;

    Abstract : Message brokers play a crucial role in decoupling senders and receivers within distributed systems. In some scenarios, it is necessary to distribute a message broker across multiple nodes to form a cluster. To ensure even and fair distribution of client requests across nodes, load balancers are commonly employed in front of the cluster. READ MORE

  2. 2. Implementing a Distributed Solution for the Message Broker LavinMQ

    University essay from Linköpings universitet/Institutionen för datavetenskap

    Author : Dahlén Christina; Weistrand Erica; [2022]
    Keywords : Consensus; Message Broker; Raft;

    Abstract : Today applications are often designed with a modular approach, dividing functionality into micro services rather than relying on a monolithic structure. This requires solutions for decoupled message exchange throughout the distributed system and can be achieved by implementing a message broker. READ MORE

  3. 3. END-TO-END LATENCY AND THROUGHPUT EVALUATION OF TWO MESSAGE BROKERS

    University essay from Umeå universitet/Institutionen för datavetenskap

    Author : Martin Boman; [2022]
    Keywords : Kafka; Rabbitmq; message brokers; message queues;

    Abstract : As systems have grown bigger and bigger with time message brokers have become popular to help build better and more flexible designed systems. A message broker provides communication between services in a system while still keeping the components independent from one another. READ MORE

  4. 4. Message brokers in a microservice architecture

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Christian Antonio; Björn Fredriksson; [2021]
    Keywords : Microservices; Message broker; Inter Process Communication; Message queues; Mikrotjänster; Meddelandemäklare; Interprocesskommunikation; Meddelandeköer;

    Abstract : The microservice architectural pattern refers to a system consisting of independently deployable services that communicate across networks. RabbitMQ is a popular message broker that can be used to make this communication possible. An alternative to this is Amazon Simple Queuing Service (SQS), which is a fully managed queuing service. READ MORE

  5. 5. Research on Interprocess Communication in Microservices Architecture

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Benyamin Shafabakhsh; [2020]
    Keywords : Microservices; Interprocess Communication; Inter-Service Communication; Software Architecture; Cloud Computing; Distributed Systems; gRPC; RabbitMQ;

    Abstract : With the substantial growth of cloud computing over the past decade, microservices has gained significant popularity in the industry as a new architectural pattern. It promises a cloud-native architecture that breaks large applications into a collection of small, independent, and distributed packages. READ MORE