|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
AMQ9513 on MQ 6 |
« View previous topic :: View next topic » |
Author |
Message
|
jhidalgo |
Posted: Fri Apr 24, 2009 3:04 pm Post subject: AMQ9513 on MQ 6 |
|
|
 Disciple
Joined: 26 Mar 2008 Posts: 161
|
I am having AMQ9513 on iSeries and mq 6.0.2.5, but according to the documentation the MaxChannels variable is no longer used:
Code: |
MaxChannels=100|number You can still use this stanza, but it is now ignored. Your system resources are the only constraint on the number of channels you can define.
|
The server has lots of free mem and cpu, so I don't know what should I do to avoid these issues. |
|
Back to top |
|
 |
PeterPotkay |
Posted: Fri Apr 24, 2009 6:20 pm Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
What does the documentation say about MaxActiveChannels? _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
jhidalgo |
Posted: Mon Apr 27, 2009 6:01 am Post subject: |
|
|
 Disciple
Joined: 26 Mar 2008 Posts: 161
|
These are the variables, I read them before posting, but that didn't help me.
Code: |
MaxChannels=100|number You can still use this stanza, but it is now ignored. Your system resources are the only constraint on the number of channels you can define.
MaxActiveChannels=MaxChannels_value The maximum number of channels allowed to be active at any time. The default is the value specified on the MaxChannels attribute.
|
|
|
Back to top |
|
 |
Vitor |
Posted: Mon Apr 27, 2009 6:09 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
What happens if you increase MaxActiveChannels (and restart the queue manager obviously)? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
mqjeff |
Posted: Mon Apr 27, 2009 6:20 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
So the point here is that MaxChannels was a control over how many channel objects could be defined using mqsc or etc. This didn't seem to have a lot of value - who cares if you have defined 100000 channels if you only ever use one during runtime.
MaxActiveChannels is the number of channels that can be running at any given time, regardless of how many are defined at all. So if you are hitting any issues during runtime, they are because of a deficit in MaxActiveChannels, not in MaxChannels.
Or because of a well meaning developer who forgot to put MQDISC in an exception handling routine. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
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
|
|
|
|