-
These days new version of Azure Service Bus for Windows Server was published. That means updating of all running farms, which is not really my lovely task. And, as expected my Workflow Manager Setup ran in following error: I grabbed in the log file and found same information shown in dialog above...
-
The Durable Task Framework is an open source project originally started by Microsoft. It enables you to write orchestrations in pure C# using the .Net framework. By using of this framework, you can implement many kinds of integration projects without of need to use any Enterprise Service Bus product...
-
When implementing services, you will at least on Windows typically implement the service und run it in Service Control Manager (SCM). Another option would be implement a job, which will be scheduled by System Task Scheduler, which is built in the operative system. However if the program has to run for...
-
In the Part I of this article series I described how to build the System on Module application in .NET Micro Framework which publishes (ingress) events from sensor to the Service Bus. Additionally I also described how to implement the listener on the sensor which is receiving remotely sent commands....
-
In less than one hour I will give a session “Internet of Things and Co” at Advanced Developer Conference with focus on Cross Platform. http://www.adc.ms/x/default Here is preliminary Agenda:
-
There are many situations in Business when some Business Process has to be orchestrated by multiple incoming messages. For all of you who are not very familiar with system integration, here are few words about it. Imagine your need to implement an application which is driven by multiple events. For example...
-
In the era of devices and service Windows Azure Service Bus will play more and more an important role. One of typical scenarios, which are usually very difficult to solve is large scale. Service Bus is designed for unlimited scale. However the huge number of devices which can connect to the...
-
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...