Does Azure AppFabric really support AMQP 1.0?

假如想象 提交于 2019-12-08 13:31:36

问题


I watched the AMQP 1.0 presentation by David Ingham, responsible for AMQP at Microsoft, which is about Azure AppFabric's support of AMQP messaging in the cloud. David says AppFabric will support AMQP for the messaging patterns Queue and Pub/Sub.

Yet when checking documentation on official websites such as http://www.windowsazure.com/en-us/develop/java/how-to-guides/service-bus-queues/ (especially looking at non-.net stuff that, according to David's talk is supposed to connect via AMQP, rather than MS' proprietary and SOAP-based SBMP) there's no mention of AMQP anywhere.

Also, when checking the C# source code David uses for his demo (see page 22 on his slides), he uses a AmqpMessagingFactory that is nowhere to be googled - except in aforementioned slides.

Btw, the presentation was put on infoq.com on March 15, 2012, rather recently, but the talk was recorded in October 2011, around the time of the AMQP 1.0 spec finalization.

So did AMQP 1.0 support get ditched (in favor of SBMP perhaps) along the way?


回答1:


As of this week, Azure Service Bus supports AMQP 1.0. More information is available at: https://www.windowsazure.com/en-us/develop/net/how-to-guides/service-bus-amqp-overview/.




回答2:


It says this "Service Bus Queues offer simple first in, first out guaranteed message delivery and supports a range of standard protocols (REST, AMQP, WS*) and API’s to put/pull messages on/off a queue."

here: http://www.windowsazure.com/en-us/home/features/messaging/



来源:https://stackoverflow.com/questions/11962897/does-azure-appfabric-really-support-amqp-1-0

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!