Posted: Fri Nov 10, 2006 7:28 pm Post subject: Issue using MQ in .NET Serviced Component on Windows 2003
Novice
Joined: 24 Apr 2006 Posts: 21
In order to get the identity context correct for mainframe calls, I had to put all of MQ API calls in a .NET Serviced Component (using C#) that runs in COM+. I am using the 6.0 MQ Client .NET API set supplied by IBM with the Microsoft 1.1 Framework. Under certain instances, the number of objects spinning inside of component services goes way up (I have seen the count as high as 51) and my entire app stops responding. Basically, COM+ seems to hang. In order to fix the problem, I just shut down the COM+ package and everything starts working again. I do call the Dispose method on the Serviced Component and actually see the number of objects decrease back to 0 when everything is functioning correctly. Has anyone had problems similar to this? Is there a trick to getting MQ to work inside of a .NET Serviced Component. I am not using the .NETMonitor.
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