© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2023
J. BartlettCloud Native Applications with Docker and Kuberneteshttps://doi.org/10.1007/978-1-4842-8876-4_15

15. Enterprise Message Queues

Jonathan Bartlett1  
(1)
Tulsa, OK, USA
 
A message queue is a special service that handles message passing between services in your cluster. Using message queueing in your cloud architecture enables a whole host of benefits , including the following:
  • Increased resiliency to failures

  • Decreased coupling between services

  • Lower request latencies

  • Higher-level management of service-to-service data flows

Essentially, the foundational goal of a message queue is to enable reliable delivery to unreliable services. Directly calling a service ...

Get Cloud Native Applications with Docker and Kubernetes: Design and Build Cloud Architecture and Applications with Microservices, EMQ, and Multi-Site Configurations now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.