EBOOK

RabbitMQ in Depth

Gavin M. Roy
(0)
Pages
264
Year
2017
Language
English

About

Summary

RabbitMQ in Depth is a practical guide to building and maintaining message-based applications. This book provides detailed coverage of RabbitMQ with an emphasis on why it works the way it does.

About the Technology

At the heart of most modern distributed applications is a queue that buffers, prioritizes, and routes message traffic. RabbitMQ is a high-performance message broker based on the Advanced Message Queueing Protocol. It?s battle tested, ultrafast, and powerful enough to handle anything you can throw at it. It requires a few simple setup steps, and you can instantly start using it to manage low-level service communication, application integration, and distributed system message routing.

About the Book

RabbitMQ in Depth is a practical guide to building and maintaining message-based applications. This book provides detailed coverage of RabbitMQ with an emphasis on why it works the way it does. You'll find examples and detailed explanations based in real-world systems ranging from simple networked services to complex distributed designs. You'll also find the insights you need to make core architectural choices and develop procedures for effective operational management.

What's Inside

• AMQP, the Advanced Message Queueing Protocol
• Communicating via MQTT, Stomp, and HTTP
• Valuable troubleshooting techniques
• Database integration

About the Reader

Written for programmers with a basic understanding of messaging-oriented systems.

Table of Contents

PART 1-RABBITMQ AND APPLICATION ARCHITECTURE
• Foundational RabbitMQ
• How to speak Rabbit: the AMQ Protocol
• An in-depth tour of message properties
• Performance trade-offs in publishing
• Don't get messages; consume them
• Message patterns via exchange routing PART 2-MANAGING RABBITMQ IN THE DATA CENTER OR THE CLOUD
• Scaling RabbitMQ with clusters
• Cross-cluster message distribution PART 3-INTEGRATIONS AND CUSTOMIZATION
• Using alternative protocols
• Database integrations

Related Subjects

Artists