【问题标题】:Examples of using Azure Service Bus with AMQP 1.0 clients将 Azure 服务总线与 AMQP 1.0 客户端一起使用的示例
【发布时间】:2016-05-23 07:54:00
【问题描述】:

很多关于 Service Bus 的资料都提到它使用 AMQP 1.0。但是,我发现的示例使用隐藏 AMQP 层的库,因此不清楚如何使用通用 AMQP 1.0 客户端并执行操作 that are listed in this Service Bus example

能够使用独立的 AMQP 客户端而不是提供的更高级别的客户端在多种情况下可能很重要。例如,提供的客户端可能在某些平台上不可用,或者通用客户端可能为特定问题提供更合适的工作方式。

Possibly related question

【问题讨论】:

    标签: amqp azureservicebus servicebus


    【解决方案1】:

    与我在example of how to access Service Bus with Proton AMQP 1.0 Python library 之后发现的有问题的.net 示例相距甚远。它显示了如何发送和接收消息。

    该示例中缺少的是如何创建和管理队列和主题。从 AMQP 接口看来这是不可能的,需要通过 web azure 控制台或通过 REST 接口在带外完成。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2016-08-28
      • 1970-01-01
      • 2017-11-22
      • 1970-01-01
      • 2015-02-25
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多