【发布时间】:2016-05-23 07:54:00
【问题描述】:
很多关于 Service Bus 的资料都提到它使用 AMQP 1.0。但是,我发现的示例使用隐藏 AMQP 层的库,因此不清楚如何使用通用 AMQP 1.0 客户端并执行操作 that are listed in this Service Bus example
能够使用独立的 AMQP 客户端而不是提供的更高级别的客户端在多种情况下可能很重要。例如,提供的客户端可能在某些平台上不可用,或者通用客户端可能为特定问题提供更合适的工作方式。
【问题讨论】:
标签: amqp azureservicebus servicebus