- Mastering RabbitMQ
- Emrah Ayanoglu Yusuf Ayta? Dotan Nahum
- 183字
- 2021-07-23 14:52:45
Preface
RabbitMQ is an open source messaging broker. It's often referred to as a message-oriented middleware that implements the Advanced Message Queuing Protocol (AMQP). Fundamentally, RabbitMQ provides a common platform for sending and receiving messages, where it guarantee the safety of messages until they are received. By playing an intermediary role between message consumers and producers, AMQP makes it easy to decouple applications.
Out of the box, RabbitMQ provides support for many messaging patterns. RabbitMQ guarantees data delivery, provides non-blocking operations, and sends push notifications. Moreover, it provides infrastructure for publish/subscribe, asynchronous processing, and work queues.
RabbitMQ provides a variety of features, including the tuning of application performance, clustering, flexible routing, federation, and so on. If you need specific features, RabbitMQ has several plugins that cater different needs. The RabbitMQ plugins extend its features in different ways, and you can also write your own plugin.
Through this book, we aim to give you a deep understanding of RabbitMQ and its use cases by providing multiple opportunities to learn about the message-oriented middleware, messaging architecture, messaging patterns, and solutions to real-life scenarios using RabbitMQ.
- JavaScript前端開發模塊化教程
- AngularJS Testing Cookbook
- 自己動手實現Lua:虛擬機、編譯器和標準庫
- Manga Studio Ex 5 Cookbook
- Wireshark Network Security
- 機器人Python青少年編程開發實例
- Bootstrap Essentials
- SharePoint Development with the SharePoint Framework
- LabVIEW虛擬儀器程序設計從入門到精通(第二版)
- PHP 7從零基礎到項目實戰
- Hands-On Neural Network Programming with C#
- Visual FoxPro 6.0程序設計
- Practical GIS
- MongoDB Administrator’s Guide
- C語言程序設計實驗指導