Reputation: 803
Hy,
I have a question to the Service Bus for Windows Server SDK. It is possible to access the Service Bus via the two ways
http://msdn.microsoft.com/en-US/us-en/library/jj542419.aspx
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?
Best regards
Upvotes: 0
Views: 679
Reputation: 3461
Yes the REST API is also possible for the Windows Server install of Service Bus. And don't forget the 3rd one; 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)
It's mostly the security that is different from the 'Cloud version of Service Bus'
Upvotes: 1