COM+ / MSMQ
COM
2
Posts
2
Posters
0
Views
1
Watching
-
COM+ contains a superset of the functionality of MTS. In the case of MSMQ, the concepts and implementation are considerably different in COM+ than in the original MSMQ. In the original, all objects had to know that they were supporting MSMQ, and had to agree message formats etc. In COM+, use of asynchronous calls is more of less invisible to the client. Get hold of a copy of COM and .NET Component Services by Juval Lowy. It's available online at http://safari.oreilly.com too.