Posted: Mon Aug 07, 2006 11:27 pm Post subject: Logoff and channels
Centurion
Joined: 11 Aug 2005 Posts: 113
I am using Java API to logon to WF, i am using the logon2 API, now my question is should i use logoff after my work is complete??
I had used this before and i used to intermittely get exceptions so i removed the call to the logoff.
If i do not logoff and continue to ogon multipe times will this have any effect on the number of open channel connections?
All this because we faced a 2009 issue where the channel was timing out and i want to know if the not logging out will contribute to this issue?? _________________ Srisudhir Tadepalli
although I do not think that the 2009 is related to missing logoff(), the answer is YES, you definitely should logoff. You are not only consuming MQ resources but also MQWF resources for a user session.
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