- 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.
- Learning ROS for Robotics Programming(Second Edition)
- 大學計算機基礎實驗教程
- 我的第一本算法書
- 青少年美育趣味課堂:XMind思維導圖制作
- 信息安全技術
- Building Cross-Platform Desktop Applications with Electron
- Securing WebLogic Server 12c
- Python編程與幾何圖形
- Java編程技術與項目實戰(第2版)
- SQL Server實用教程(SQL Server 2008版)
- Extreme C
- Developing Java Applications with Spring and Spring Boot
- 游戲設計的底層邏輯
- Jakarta EE Cookbook
- Developer,Advocate!