-
As probably known the cloud messaging platform in Windows Azure is based on Service Bus technology. Few months ago Microsoft has published the Windows Azure Toolkit for Windows 8 which provided the same API for Windows RT. Unfortunately this library has been deprecated. The new WinRT library for Service...
-
Visual Studio 2012 offers a new version of Service Bus Explorer which is fully integrated with Visual Studio. This version is installed with Windows Azure Authoring Tools Oct 2012, which is version 1.8. To show up the explorer open the Server Explorer (View | Server Explorer) , go to Windows Azure...
-
When you try to connect to service bus server from remote machine you might figure out following problem: The X.509 certificate CN= yourhostname is not in the trusted people store. The X.509 certificate CN= yourhostname chain building failed. The certificate that was used has a trust chain that cannot...
-
When working with ServiceBus for Server, the setup is responsible to define default user’s permissions. During setup procedure you will have to provide the credentials of the user who will be admitted to host and to manage Service Bus. However permissions for Workflow Manager are managed a different...