Message queues are a way for different software components or applications to communicate with each other asynchronously by passing messages through shared buffer. This allows sender send message without needing wait an immediate response from the receiver, which can help improve system’s performance, reduce latency, and allow operate independently. In this paper, we compared evaluated performa...