Posted: Fri Dec 05, 2003 10:29 am Post subject: Server/Client Conn
Master
Joined: 20 Jun 2002 Posts: 222
All,
Is there a type of mq disconnect that should be used for server/client connection? Is it bad programming or should the qmgr release after a period of time?
I've been semi-reading thru the application programming guide, but i'm not much of a application programmer.
The other day one of queue mangers wouldn't accept any more channel connections because a server connection channel filled. I looked and there were a ton of connections from the same IP all w/ a CHSTATUS of running. I was thinking by default that 200 active channels is max.
Joined: 31 Oct 2003 Posts: 92 Location: São Paulo - Brasil
Hi.
The connection between client/server is done when application issues mqconn or mqconnx and remains active until application issues mqdisc. If you don´t want the channel to be active full time, the application needs to disconnect from QM. As you can see, probably one application is connecting a lot of times (mqconn) to QM and never disconnecting (mqdisc). _________________ Carla Viragh
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