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
- MSMQ to Windows Communication Foundation
Demonstrates how a WCF application can send a message to an MSMQ application.
- Custom Demux
Demonstrates how MSMQ message headers can be mapped to the different service operations.
- Windows Communication Foundation To MSMQ
Demonstrates how an MSMQ application can send an MSMQ message to a WCF service.
- 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.
Related Sections
Send comments about this topic to Microsoft.
© Microsoft Corporation. All rights reserved.