Message Queueing Integration
This section contains samples that demonstrate integration between Message Queuing and Windows Communication Foundation (WCF).
In This Section
- Message Queuing to Windows Communication Foundation
Demonstrates how a Message Queuing (MSMQ) application can send an MSMQ message to a WCF service.
- Custom Demux
Demonstrates how MSMQ message headers can be mapped to different service operations so that WCF services that use MsmqIntegrationBinding are not limited to using one service operation.
- Windows Communication Foundation to Message Queuing
Demonstrates how a WCF application can send a message to a Message Queuing (MSMQ) application.
- 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.
Build Date: 2011-06-25