Jump to ratings and reviews
Rate this book

RabbitMQ in Depth

Rate this book
SummaryRabbitMQ 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.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.About the TechnologyAt 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 BookRabbitMQ 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 InsideAMQP, the Advanced Message Queueing ProtocolCommunicating via MQTT, Stomp, and HTTPValuable troubleshooting techniquesDatabase integrationAbout the ReaderWritten for programmers with a basic understanding of messaging-oriented systems.About the AuthorGavin M. Roy is an active, open source evangelist and advocate who has been working with internet and enterprise technologies since the mid-90s. Technical editor James Titcumb is a freelance developer, trainer, speaker, and active contributor to open source projects.Table of ContentsPART 1 - RABBITMQ AND APPLICATION ARCHITECTUREFoundational RabbitMQ How to speak 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 CLOUDScaling RabbitMQ with clusters Cross-cluster message distribution PART 3 - INTEGRATIONS AND CUSTOMIZATIONUsing alternative protocols Database integrations

375 pages, Kindle Edition

First published March 2, 2016

16 people are currently reading
108 people want to read

About the author

Gavin M. Roy

1 book2 followers

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
13 (18%)
4 stars
42 (59%)
3 stars
15 (21%)
2 stars
1 (1%)
1 star
0 (0%)
Displaying 1 - 7 of 7 reviews
Profile Image for Miloš.
68 reviews3 followers
December 18, 2015
Truly worthy of its name, RabbitMQ in Depth covers basically everything you'll ever need to know about RabbitMQ whether you're developing message publishers and consumers, tuning message throughput through clustering, integrating directly with databases or developing that hot new RabbitMQ plug-in.

Aside from covering a wide variety of topics, the parts that I as a developer found most useful and insightful were chapters 3 through 6 which deal with publishing and consuming of messages - packed with easy-to-follow examples written in Python, the chapters also feature various messaging patterns and best practices and also give careful consideration to performance impacts that each of the approaches incurs.

Filled with pragmatic advice and pearls of wisdom - it felt like I highlighted every other passage of selected chapters - this is the kind of book I wish I had when I first encountered RabbitMQ, years back.
Profile Image for Denis.
63 reviews5 followers
August 20, 2019
A decent book on RabbitMQ, helped me understand how RabbitMQ works.
Profile Image for Dmitry.
192 reviews8 followers
January 5, 2022
Хороший обзор RabbitMQ, начиная от структуры сообщения и заканчивая federated exchange. Также даются примеры прямых интеграций с postgresql и influxdb, и описание какого-то http интерфейса, написанного автором, с последним коммитом в 2013. В целом понравилось, но надо быть внимательным, некоторые главы советую спорные решения или устаревшие тулы.
Profile Image for Kristaps Fabiāns.
7 reviews1 follower
June 15, 2021
Excellent and not too lengthy dive into the internals and common use cases for RabbitMQ.
Profile Image for Hung.
8 reviews
September 2, 2021
Great book for all level of engineers who is seeking for deep understanding about AMQP and RabbitMQ. The best part of the book is the very intuitive samples and easy to understand usecases.
Profile Image for Alex.
168 reviews17 followers
February 2, 2017
Very nice and detailed overview of RabbitMQ functionality. I specifically want to mention that the book covers a lot of ground - from low-level details of specification to the high-level typical use-cases and, in addition to that, contains well laid-out examples using Jupyter notebooks and Vagrant-based virtual machines, so it provides a lot of practical experience in addition to the theory.
Profile Image for Oleksandr .
284 reviews8 followers
July 2, 2016
Lots of information about RabbitMQ.

Great book for architects and library developers.

The only thing that is currently missing is managing virtual hosts.
Displaying 1 - 7 of 7 reviews

Can't find what you're looking for?

Get help and learn more about the design.