- Microservices with Azure
- Namit Tanasseri Rahul Rai
- 116字
- 2021-07-02 22:18:23
Asynchronous communication
Asynchronous message passing has the benefit of truly decoupling Microservices from each other. Since the communication is carried out by a broker, individual services need not be aware of the location of the receiver of the request. This also gives individual services the ability to scale independently and recover and respond to messages in case of failure. However, this communication pattern lacks the feature of immediate feedback and is slower than the synchronous communication format.
There are several tools available for such communication, such as MSMQ and Rabbit MQ. Microsoft Azure offers Service Bus Queues and Microsoft Azure Storage Queue for asynchronous messaging on cloud. Amazon SQS provides similar functionality in Amazon Web Services.
- 演進式架構(原書第2版)
- R的極客理想:工具篇
- Visual C#.NET程序設計
- Learning Apache Cassandra
- JavaScript腳本特效編程給力起飛
- Java程序設計與項目案例教程
- jQuery for Designers Beginner's Guide Second Edition
- OpenCV Android Programming By Example
- 會當凌絕頂:Java開發修行實錄
- Software-Defined Networking with OpenFlow(Second Edition)
- MongoDB Cookbook
- 計算機系統解密:從理解計算機到編寫高效代碼
- Python全棧開發:數據分析
- Learning Swift
- Android Application Programming with OpenCV 3