Create Subscription in a Topic programatically using Windows Azure Service Bus REST API

好久不见. 提交于 2019-12-24 15:46:54

问题


Is it possible to create a Subscription in an existing Topic programmatically in Azure Service Bus using the REST API?

I would like to create one on the fly and then delete programmatically as well.


回答1:


Yes, you can. Please look at the REST API documentation here:

Create Subscription: http://msdn.microsoft.com/en-us/library/windowsazure/hh780748.aspx

Delete Subscription: http://msdn.microsoft.com/en-us/library/windowsazure/hh780740.aspx

For a full list of REST API operation on Service Bus: http://msdn.microsoft.com/en-us/library/windowsazure/hh780776.aspx.



来源:https://stackoverflow.com/questions/18665243/create-subscription-in-a-topic-programatically-using-windows-azure-service-bus-r

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