Building an MSMQ Application with Raw COM+ Interfaces

Building COM+ applications with native COM+ calls provides many powerful and previouslydocumented COM+ advantages. It, of course, carries with it the overhead of maintaining the generic nature of COM+ interfaces, required IUnknown features, and various initialization and shutdown issues. The great part is that you only have to learn COM+ once, and yet the issues it contends with occur over and over again in a myriad of programming situations. So without further ado, you will build a MSMQ application with native COM.

Your COM+ application versions will not need any explicit linkage adjustments in the project settings. After all, one of the hallmarks of COM+ programming is dynamic interface ...

Get COM+ Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.