Author |
Message
|
nagak |
Posted: Wed Mar 01, 2006 9:25 am Post subject: Maximum No of Channels???? |
|
|
Novice
Joined: 14 Dec 2004 Posts: 11
|
what is the limit of Maximum number of Channels in MQ 5.3 on AIX
How many Maximum No of connections accepted by Server Connection Channels in MQ 5.3 on AIX?? |
|
Back to top |
|
 |
HubertKleinmanns |
Posted: Wed Mar 01, 2006 9:29 am Post subject: |
|
|
 Shaman
Joined: 24 Feb 2004 Posts: 732 Location: Germany
|
default is 100, but its tunable _________________ Regards
Hubert |
|
Back to top |
|
 |
HubertKleinmanns |
Posted: Wed Mar 01, 2006 9:30 am Post subject: |
|
|
 Shaman
Joined: 24 Feb 2004 Posts: 732 Location: Germany
|
100 for all channel together _________________ Regards
Hubert |
|
Back to top |
|
 |
nagak |
Posted: Thu Mar 09, 2006 11:08 am Post subject: |
|
|
Novice
Joined: 14 Dec 2004 Posts: 11
|
Right now we have
MAXCHANNELS =????
MAXACTIVECHANNELS =????
Can i increse up to what limit.? |
|
Back to top |
|
 |
PeterPotkay |
Posted: Thu Mar 09, 2006 11:16 am Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
What do you need? _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
fjb_saper |
Posted: Thu Mar 09, 2006 1:36 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
nagak wrote: |
Right now we have
MAXCHANNELS =????
MAXACTIVECHANNELS =????
Can i increse up to what limit.? |
Be very careful there. Usually the need to increase comes from
a) misbehaved apps never closing the conn ==> have them fixed
b) network glitches. ==> need to shut down the channel and restart it.
c) in seldom cases the qmgr really needs more concurrent channels
==> determine how many are needed, leave room for growth and set a new value.
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
csmith28 |
Posted: Thu Mar 09, 2006 6:53 pm Post subject: |
|
|
 Grand Master
Joined: 15 Jul 2003 Posts: 1196 Location: Arizona
|
fjb_saper wrote: |
nagak wrote: |
Right now we have
MAXCHANNELS =????
MAXACTIVECHANNELS =????
Can i increse up to what limit.? |
Be very careful there. Usually the need to increase comes from
a) misbehaved apps never closing the conn ==> have them fixed
b) network glitches. ==> need to shut down the channel and restart it.
c) in seldom cases the qmgr really needs more concurrent channels
==> determine how many are needed, leave room for growth and set a new value.
Enjoy  |
And eventually regardless of what you set your
MAXCHANNELS =
MAXACTIVECHANNELS =
to the server it self will run out of memory resources to facilitate these connections.
It depends on the server. _________________ Yes, I am an agent of Satan but my duties are largely ceremonial. |
|
Back to top |
|
 |
|