Warm tip: This article is reproduced from serverfault.com, please click

其他-我应该使用哪个.NET Azure Service Bus库作为队列?

(其他 - Which .NET Azure Service Bus library should I use for queues?)

发布于 2020-02-18 14:28:03

Microsoft在NuGet上具有两个Azure Service Bus程序包:

起初听起来你应该选择WindowsAzure.ServiceBus程序包描述实际上是将“使用此”用于队列的命令。但是Microsoft.Azure.ServiceBus称自己为“下一代”。

的GitHub项目Microsoft.Azure.ServiceBus也没有完全帮助问题:自述文件链接到使用的代码示例WindowsAzure.ServiceBus(截至2020年2月)。

Questioner
Eric Eskildsen
Viewed
11
Enrico Mogenzo 2020-12-02 03:49:42

正如博客文章《 Azure Service Bus .NET SDK的未来》中所述, 现在有用于Service Bus的三个SDK:

  • WindowsAzure.ServiceBus
  • Microsoft.Azure.ServiceBus
  • Azure.Messaging.ServiceBus

最新版本的Azure.Messaging.ServiceBus最近发布,可以在NuGet上使用有一些官方样本可供使用因此,除非你发现其中需要缺少一些关键功能,否则我建议你使用该SDK。若要报告错误并请求新功能,请转到Azure SDK GitHub主页