In the previous post i described how to send messages to Service Bus queues and topic by using Java Script. In this post I will describe how to receive messages from queue and topic subscription. To illustrate this, take a look on following example. Assuming that ’queue’ is a valid queue path like ‘myorg...
When you see the title of this article, you will probably think that idea of the service which runs on device like surface sound a bit strange or even crazy. But it is not strange, it is just crazy. If you think about service as a peace of code running on some server and supposed to be consumed by some...
In this post I will provide few example which shows how to exchange messages between devices and service. In all examples, we will assume that service is implemented in .NET for Windows System32 (today known as desktop) and device is implemented in .NET for Windows RT. Please note that there are many...
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...
When working with Service Bus, it is very useful to make a usage of Service Bus Connection String to create SB-entities. For example, following line of code can be used to create the QueueClient instance which can be used to send and receive messages: var client = QueueClient.CreateFromConnectionString...
The first Cumulative Update for Workflow Manager and Service Bus or formally known SharePoint workflow is online. which actually includes Suspend/Resume of instances support. (It will also be available via WebPI soon). WF Manager : KB article (KB2799754): here Download page: here Service Bus:...
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...