原文:

https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-messaging-overview

 

Microsoft Azure Service Bus is a fully managed enterprise message broker with message queues and publish-subscribe topics. Service Bus is used to decouple applications and services from each other, providing the following benefits:

  • Load-balancing work across competing workers
  • Safely routing and transferring data and control across service and application boundaries
  • Coordinating transactional work that requires a high-degree of reliability

Overview

 

消息:

Data is transferred between different applications and services using messages. A message is a container decorated with metadata, and contains data. The data can be any kind of information, including structured data encoded with the common formats such as the following ones: JSON, XML, Apache Avro, Plain Text.

 

相关文章:

  • 2022-12-23
  • 2021-11-19
  • 2021-03-16
  • 2021-09-16
  • 2021-11-18
  • 2022-03-11
  • 2021-07-30
  • 2021-06-27
猜你喜欢
  • 2021-06-22
  • 2019-03-25
  • 2021-05-21
  • 2018-05-07
  • 2021-06-11
  • 2022-02-08
  • 2022-02-22
相关资源
相似解决方案