Service Bus for Windows Server
Move over MSMQ, Service Bus for Windows Server was recently released. Apparently it has been for awhile now (Oct 2012 release). I’m just late to the party I guess. Service Bus 1.0 was designed to allow for enterprise messaging capabilities in a Windows Server-based environment. It enables you to build, test, and run loosely-coupled, message-driven applications in self-managed environments and on developer computers. The two primary features are Service Bus Queues and Service Bus Topics and Subscriptions. Service Bus Queues offer reliable message storage and retrieval with a choice of protocols and APIs. Use Service Bus queue in your application to provide load leveling by having the… Read More »Service Bus for Windows Server