简体   繁体   English

Windows Server SDK的服务总线

[英]Service Bus for Windows Server SDK

Hy, HY,

I have a question to the Service Bus for Windows Server SDK. 我对Windows Server SDK的服务总线有疑问。 It is possible to access the Service Bus via the two ways 可以通过两种方式访问​​服务总线

  1. Service Bus for Windows Server SDK Windows Server SDK的服务总线

http://msdn.microsoft.com/en-US/us-en/library/jj542419.aspx http://msdn.microsoft.com/en-US/us-en/library/jj542419.aspx

  1. REST 休息

Is the Service Bus for Windows Server SDK also in the background a REST implementation so the SDK is only a wrapper and the code behind is also access the service bus with the help of REST? Windows Server SDK的服务总线在后台是否也是REST实现,因此SDK只是包装器,并且背后的代码也可以在REST的帮助下访问服务总线?

Best regards 最好的祝福

Yes the REST API is also possible for the Windows Server install of Service Bus. 是的,REST API也可以用于Windows Server安装的Service Bus。 And don't forget the 3rd one; 而且不要忘了第三个。 AMQP ! AMQP! ;) ;)

The REST API reference: http://msdn.microsoft.com/en-us/library/hh780717.aspx An example on StackOverflow: Not able to use REST API for Service Bus for Windows Server 1.1 (OnPremises) REST API参考: http : //msdn.microsoft.com/zh-cn/library/hh780717.aspx StackOverflow上的示例: 无法将REST API用于Windows Server 1.1(内部部署)的Service Bus

It's mostly the security that is different from the 'Cloud version of Service Bus' 与“服务总线的云版本”不同的主要是安全性

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM