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 ...
1
vote
6answers
1k views
What tools do you use to implement SOA/Messaging?
NServiceBus and MassTransit are two tools that can be used to implement messaging with MSMQ and other message queues.
I find that once you start using messaging to have applications talk to each ...