Essays about: "Message broker"

Showing result 1 - 5 of 23 essays containing the words Message broker.

  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. Performance of message brokers in event-driven architecture: Amazon SNS/SQS vs Apache Kafka

    University essay from KTH/Hälsoinformatik och logistik

    Author : Johan Edeland; Ivan Zivkovic; [2023]
    Keywords : event-based architecture; message broker; latency testing; load testing; data streaming; cloud; backend; Apache Kafka; Amazon Simple Queue Service; Amazon Simple Notification Service; händelsedriven arkitektur; meddelandebuss; latenstestning; lasttestning; data strömning; moln; backend; Apache Kafka; Amazon Simple Queue Service; Amazon Simple Notification Service;

    Abstract : Microservice architecture, which involves breaking down applications into smaller and loosely coupled components, is becoming increasingly common in the development of modern systems. Connections between these components can be established in various ways. READ MORE

  3. 3. 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

  4. 4. 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

  5. 5. 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