Tagged Questions
7
votes
3answers
2k views
What are the advantages of using WCF over frameworks like MassTransit or hand written MSMQ client?
I am looking at using MSMQ as a solution to do asynchronous execution in my upcoming project. I want to know the differences between using WCF and frameworks like MassTransit or even hand written MSMQ ...