其他分享
首页 > 其他分享> > 服务总线 消息对列 发布订阅 —— What is Azure Service Bus?

服务总线 消息对列 发布订阅 —— What is Azure Service Bus?

作者:互联网

原文:

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:

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.

 

标签:What,Service,service,Bus,message,data,across
来源: https://www.cnblogs.com/panpanwelcome/p/14490216.html