Message Queuing Integration Binding Samples

The samples in this section cover how to integrate a Message Queuing (MSMQ) client with a Windows Communication Foundation (WCF) service, and a WCF client with an MSMQ receiving application.

In This Section

  • Custom Demux
    Demonstrates how MSMQ message headers can be mapped to the different service operations.
  • Message Correlation
    Demonstrates how a Message Queuing (MSMQ) application can send an MSMQ message to a WCF service and how messages can be correlated between sender and receiver applications, in a request/response scenario.

Set Up Instructions

Basic Binding Samples

Net Binding Samples

WS Binding Samples

Custom Binding Samples

© 2007 Microsoft Corporation. All rights reserved.