- RabbitMQ Essentials
- David Dossot
- 277字
- 2021-07-16 11:56:38
Preface
RabbitMQ is an open source messaging broker that implements the AMQP protocol. In the past few years, its popularity has been growing. Initially used by the most daring companies, many are now discovering not only RabbitMQ's particular virtues, but also the positive impact of using messaging in software engineering. Indeed, with the advent of cloud computing, the need to architect and build systems that both scale and degrade gracefully has become more pressing. Opting for loosely coupled architectures, tied together by a message passing through brokers such as RabbitMQ, software engineers have been able to satisfy the needs of modern application development.
RabbitMQ Essentials takes the readers through the journey of Clever Coney Media, a fictitious company with real-world problems. Starting with their first step of RabbitMQ, we will follow the company as they develop their understanding and usage of messaging across their different applications. From one-way asynchronous message passing to request-response interactions, the reader will discover the wide range of applications that messaging with RabbitMQ enables.
This book covers the core principles of the AMQP protocol and best practices for its usage. It also details some of the proprietary extensions that RabbitMQ has added to the protocol and why and when it makes sense to use them. The interoperability of AMQP is demonstrated throughout the book, with examples written in different programming languages.
This book will teach readers all they need to not only get started with their projects, but also grow them, through gaining a deep and wide understanding of the capacities of RabbitMQ and AMQP. The code has a prominent place in this book, with an accent put on the detailed production-grade examples.
- Extending Jenkins
- 程序員修煉之道:程序設計入門30講
- Cross-platform Desktop Application Development:Electron,Node,NW.js,and React
- MATLAB圖像處理超級學習手冊
- oreilly精品圖書:軟件開發者路線圖叢書(共8冊)
- WordPress Plugin Development Cookbook(Second Edition)
- Kinect for Windows SDK Programming Guide
- Django 3.0入門與實踐
- PHP與MySQL權威指南
- Apache Solr PHP Integration
- HTML5游戲開發實戰
- 原型設計:打造成功產品的實用方法及實踐
- C# 7.0本質論
- 算法超簡單:趣味游戲帶你輕松入門與實踐
- 網頁設計與制作