ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » General IBM MQ Support » AMQ9513 on MQ 6

Post new topic  Reply to topic
 AMQ9513 on MQ 6 « View previous topic :: View next topic » 
Author Message
jhidalgo
PostPosted: Fri Apr 24, 2009 3:04 pm    Post subject: AMQ9513 on MQ 6 Reply with quote

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
View user's profile Send private message
PeterPotkay
PostPosted: Fri Apr 24, 2009 6:20 pm    Post subject: Reply with quote

Poobah

Joined: 15 May 2001
Posts: 7722

What does the documentation say about MaxActiveChannels?
_________________
Peter Potkay
Keep Calm and MQ On
Back to top
View user's profile Send private message
jhidalgo
PostPosted: Mon Apr 27, 2009 6:01 am    Post subject: Reply with quote

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
View user's profile Send private message
Vitor
PostPosted: Mon Apr 27, 2009 6:09 am    Post subject: Reply with quote

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
View user's profile Send private message
mqjeff
PostPosted: Mon Apr 27, 2009 6:20 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » General IBM MQ Support » AMQ9513 on MQ 6
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.