Hi,
My question is related to wcf, What is MSMQ integration binding in wcf?
Thanks
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
SenthilkumarPosted Apr 25, 2012, 12:24 AM
You can integrate existing Message Queuing (MSMQ) applications with Windows Communication Foundation (WCF) applications by using the MSMQ integration binding to convert MSMQ messages to and from WCF messages. This allows you to call into MSMQ receiver applications from WCF clients as well as call into WCF services from MSMQ sender applications.
http://msdn.microsoft.com/en-us/library/ms789008.aspx
http://www.devx.com/architect/Article/41058
http://archive.msdn.microsoft.com/msmqpluswcf
http://www.codeproject.com/Articles/32221/Sample-Starter-Project-Using-WCF-and-MSMQ