Windows Azure BizTalk SB adapter to Windows Azure Queue and back - Simple Example
Windows Azure BizTalk SB adapter to Windows Azure Queue and back - Simple Example Configure Windows Azure Service Bus Queue Queue-based technology is a very powerful way to exchange data between remote clients in an asynchronous manner. Microsoft provides an asynchronous message queuing mechanism by providing: MSMQ and Azure Service Bus. MSMQ is an old technology present on the market as a feature since NT4 and Windows 95. However Azure Service Bus was released in 2012. BizTalk Server supports both MSMQ and SB mechanisms and it provides dedicated adapters. MSMQ comes with WCF Adapter and netMsmqBindings. Azure Service Bus is supported by BizTalk Service Bus adapter. Download the Microsoft Azure Shell. ( This is needed because BizTalk Service Bus adapter uses Access Control Service or Access Control Signature for authentication Since the only option for authentication in Azure Portal is SAS (Shared Access Signature) a simple PowerShell script will be used ...