Welcome to MSDN Blogs Sign in | Join | Help

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.

  1. WCF: Getting Started Tutorial
  2. SOA'izing MSMQ with WCF (and Why It's Worth It)
  3. Queues in Windows Communication Foundation
  4. Web Hosting a Queued Application
  5. MSMQ, WCF and IIS: Getting them to play nice
  6. WCF Binding decision chart
Published Sunday, May 31, 2009 8:32 PM by Devang Gandhi
Filed under: ,

Comments

Monday, June 01, 2009 12:15 AM by MSMQ and WCF: Getting Started | ASP NET Hosting

# MSMQ and WCF: Getting Started | ASP NET Hosting

Anonymous comments are disabled
 
Page view tracker