Author |
Message
|
mvarghese |
Posted: Sun Nov 02, 2008 9:18 pm Post subject: Can MAX handles on QMGR(5.3) limit the number of connections |
|
|
Centurion
Joined: 27 Sep 2006 Posts: 141
|
One of the QMGR, it max handle is 1000(1k).
But noted that more than 16k connections to one Queue, we know its a program bug which not handling properly , but now how can we limit from MQ side to a certain number of connection to QMGR/queue.
Listener running on ineted service. _________________ Jain Varghese |
|
Back to top |
|
 |
atheek |
Posted: Sun Nov 02, 2008 9:56 pm Post subject: |
|
|
 Partisan
Joined: 01 Jun 2006 Posts: 327 Location: Sydney
|
MAXHands defines the number of open handles per connection. But your problem looks like you are having far too many connections. If your app is a client , you may be interested at looking the MaxChannels and MaxActive Channels parameters in qm.ini |
|
Back to top |
|
 |
Vitor |
Posted: Mon Nov 03, 2008 2:55 am Post subject: Re: Can MAX handles on QMGR(5.3) limit the number of connect |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
mvarghese wrote: |
Listener running on ineted service. |
Switch to using runmqlsr. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Nov 03, 2008 3:31 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
And when you hit your max chls open just look at the channel count (using a tool like MO71) and force close the offending channel. This will disconnect anybody using that client/server channel but leave the rest of the qmgr functional. No need to restart... Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
mvarghese |
Posted: Mon Nov 03, 2008 6:58 am Post subject: |
|
|
Centurion
Joined: 27 Sep 2006 Posts: 141
|
Thanks every one for the suggestions. _________________ Jain Varghese |
|
Back to top |
|
 |
zpat |
Posted: Mon Nov 03, 2008 7:22 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
|
Back to top |
|
 |
|