- Microservices with Azure
- Namit Tanasseri Rahul Rai
- 104字
- 2021-07-02 22:18:24
Orchestrated communication
This process is similar to the asynchronous communication process that we discussed earlier. Orchestrated communication still uses message stores to transmit data; however, the Microservice sending the data would insert different messages in different queues in order to complete the action. For example, an Order Microservice would insert the message in the queue consumed by the Inventory Microservice and another message in the queue consumed by the Shipment Microservice:

Orchestrated communications using queues
The orchestration may be carried out by a separate component, which is known as Saga, which we will read more about in Chapter 8, Microservices Architectural Patterns.
推薦閱讀
- Visual C++程序設計教程
- 程序員面試筆試寶典(第3版)
- ClickHouse性能之巔:從架構設計解讀性能之謎
- ASP.NET Core 5.0開發入門與實戰
- 自己動手寫Java虛擬機
- Access 數據庫應用教程
- INSTANT Sencha Touch
- Mastering KnockoutJS
- Windows Server 2016 Automation with PowerShell Cookbook(Second Edition)
- Expert Data Visualization
- Mastering JavaScript High Performance
- 基于ARM Cortex-M4F內核的MSP432 MCU開發實踐
- Red Hat Enterprise Linux Troubleshooting Guide
- Java自然語言處理(原書第2版)
- 優化驅動的設計方法