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.
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.