MSMQ and WCF: Getting Started
Windows Communication Foundation (WCF) provides a powerful programming model to develop service-oriented applications. MSMQ integrates very well with WCF so queued applications can be developed using WCF. WCF provides two bindings that support MSMQ - NetMsmqBinding and MsmqIntegrationBinding. NetMsmqBinding provides asynchronous communication between WCF endpoints. The MsmqIntegrationBinding enables a WCF endpoint to communicate with an existing MSMQ application written in C, C++, COM, or System.Messaging APIs.
Here's a list of some useful resources to help you get started.
- WCF: Getting Started Tutorial
- SOA'izing MSMQ with WCF (and Why It's Worth It)
- Queues in Windows Communication Foundation
- Web Hosting a Queued Application
- MSMQ, WCF and IIS: Getting them to play nice
- WCF Binding decision chart
Comments
- Anonymous
May 31, 2009
PingBack from http://asp-net-hosting.simplynetdev.com/msmq-and-wcf-getting-started/