A Survey of Distributed Message Broker Queues

Vineet John,Xia Liu
DOI: https://doi.org/10.48550/arXiv.1704.00411
2017-04-03
Distributed, Parallel, and Cluster Computing
Abstract:This paper surveys the message brokers that are in vogue today for distributed communication. Their primary goal is to facilitate the construction of decentralized topologies without single points of failure, enabling fault tolerance and high availability. These characteristics make them optimal for usage within distributed architectures. However, there are multiple protocols built to achieve this, and it would be beneficial to have a empirical comparison between their features and performance to determine their real-world applicability. This paper focuses on two popular protocols (Kafka and AMQP) and explores the divergence in their features as well as their performance under varied testing workloads.
What problem does this paper attempt to address?