- RabbitMQ Essentials
- Lovisa Johansson David Dossot
- 155字
- 2021-06-11 18:49:50
Explaining message queues
Smoke signals, couriers, carrier pigeons, and semaphores: if this was a riddle, the word messages would immediately spring to mind. Humanity has always had the need to connect, finding new ways to defy challenges posed by the distance between the different groups of people needing to communicate. Humankind has come a long way with modern technologies, but essentially, the basics remain. Senders, recipients, and messages are at the core of all our communication infrastructures.
Software applications have the same needs; systems need to communicate and send messages between each other. They sometimes need to be sure that the message that's been sent has reached its destination, and sometimes they need to receive an immediate response. In some cases, they may even need to receive more than one response. Based on these different needs, different styles of communication between systems have emerged.
AMQP, RabbitMQ's default protocol, is explained in the next section.
- Java多線程編程實戰指南:設計模式篇(第2版)
- SQL Server 2012數據庫技術及應用(微課版·第5版)
- Android Development with Kotlin
- 實用防銹油配方與制備200例
- Java加密與解密的藝術(第2版)
- PHP 7+MySQL 8動態網站開發從入門到精通(視頻教學版)
- PLC應用技術(三菱FX2N系列)
- Learning Docker Networking
- 機器學習微積分一本通(Python版)
- Angular應用程序開發指南
- 大數據時代的企業升級之道(全3冊)
- Instant Automapper
- Advanced Python Programming
- 每個人的Python:數學、算法和游戲編程訓練營
- 深度學習:基于Python語言和TensorFlow平臺(視頻講解版)