Question

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

  1. Service Bus for Windows Server SDK

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?

Best regards

Was it helpful?

Solution

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'

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top