Consuming Azure Service Bus Queue Messages Created In Dynamics CRM
Welcome to this article, in previous articles we discussed how to create an Azure Aware plugin for Dynamics CRM. When Dynamics CRM Online places a message in the queue it uses the RemoteExecutionContext object (Microsoft.Xrm.Sdk). This article will explain how to consume an Azure Service Bus Queue and the Dynamics CRM data. To start with we need […]