- 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.
- UI圖標創意設計
- Spring 5.0 By Example
- 零起步玩轉掌控板與Mind+
- Hands-On Data Structures and Algorithms with JavaScript
- Visual Basic程序設計教程
- Python 3網絡爬蟲實戰
- Amazon S3 Cookbook
- 大學計算機基礎(第2版)(微課版)
- Python機器學習經典實例
- Python爬蟲、數據分析與可視化:工具詳解與案例實戰
- Getting Started with Polymer
- Python自然語言理解:自然語言理解系統開發與應用實戰
- Python編程入門(第3版)
- Mastering Bootstrap 4
- Developer,Advocate!