We are running a Com component (VB DLL) on Com+, which is developed using VB6 on Windows 2000 server and the IBM MQSeries Client ver 5.2.1.
The problem we have is when the com component runs on com+ environment it try’s to reconnect to the MQ Manager by itself every 5 seconds and Disconnects. In the Com component, MQ connect is called once at the beginning, and MQ disconnect is called only when MQGet returns a 2033 reason code (at end of program). The Component is set to NotanMtsObject and the Com+ reference dll is set in this VB DLL to run under COM+ environment.
We have this reconnecting problem only when we run the Com component runs inside the Com+ environment.
This COM component is developed based on IBM VB sample program AMQSGET.VBP application. Any help would be appreciated.
The problem we have is when the com component runs on com+ environment it try’s to reconnect to the MQ Manager by itself every 5 seconds and Disconnects. In the Com component, MQ connect is called once at the beginning, and MQ disconnect is called only when MQGet returns a 2033 reason code (at end of program). The Component is set to NotanMtsObject and the Com+ reference dll is set in this VB DLL to run under COM+ environment.
We have this reconnecting problem only when we run the Com component runs inside the Com+ environment.
This COM component is developed based on IBM VB sample program AMQSGET.VBP application. Any help would be appreciated.