This document summarizes a research paper that implemented RabbitMQ as a message broker in distributed applications using REST web services. The researchers conducted two stages: 1) Using a single database (SQLServer) as the data source for REST web services, which resulted in high failure rates for large data sizes and many parallel requests. 2) Adding RabbitMQ as a layer between the REST services and database, which significantly improved data integrity and reduced failure rates, especially for large data sizes and many parallel requests. The researchers concluded that RabbitMQ is better suited than a single database for handling big data and high volumes of simultaneous requests in distributed applications using REST web services.