Posted: Tue Jun 29, 2004 7:16 am Post subject: Making my own Resource Manager (RM)
Apprentice
Joined: 23 Jun 2004 Posts: 29
Since IBM does not yet support using the Extended Transactional Client with MTS, we've decided to implement our own Resource Manager. This RM will tie its transaction to the DTC.
This isn't as difficult as it sounds. Using classes in the .NET System.EnterpriseServices.CompensatingResourceManager namespace, Microsoft has reduced a lot of the programming required to make a RM. A Compensating Resource Manager is supposedly easier to implement than a full fledged RM.
Our end goal is to run our RM and MQ Client on Windows 2000. The RM will make MQCMIT, MQBEGIN & MQBACKOUT commands. We plan to run the MQ Server on UNIX for greater stability.
Does anybody see holes in this approach?
Feedback greatly appreciated!
Jared Hagel
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum