|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
AMQ9513: Maximum number of channels reached. |
« View previous topic :: View next topic » |
Author |
Message
|
rajmq |
Posted: Tue Sep 09, 2003 12:57 pm Post subject: AMQ9513: Maximum number of channels reached. |
|
|
 Partisan
Joined: 29 Sep 2002 Posts: 331 Location: USA
|
Hi
Software Det: MQ5.2 AIX5.2
Our applicatiions are conneting the QMGR through Java Client (MQJAVA API).I am getting error AMQ9513: Maximum number of channels reached.
I understand i need to increase no.of Channels Parm in qm.ini.
But i have some doubts regarding the above issue.
1.How the connection are increasing,be'z after opening any connection immed i am closing all connection??
2.Without stop the QMGR how to close the all connection??
(Note:Once it is reached MAX Connection,i am not able connect the QMGR.)
Thanks in Advance
raj |
|
Back to top |
|
 |
bower5932 |
Posted: Wed Sep 10, 2003 3:24 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
You didn't mention if you have an MQ CSD installed. If you don't, go get the latest. If you do, double-check that you really are closing your connections and that you aren't skipping the close by falling into exception processing. |
|
Back to top |
|
 |
rajmq |
Posted: Fri Sep 12, 2003 5:00 am Post subject: |
|
|
 Partisan
Joined: 29 Sep 2002 Posts: 331 Location: USA
|
Hi
Thanks for ur Reply
How to find out Which CSD level is installed in MQ.
I am using MQ5.2 in AIX 5.1
regards
raj |
|
Back to top |
|
 |
mrlinux |
Posted: Fri Sep 12, 2003 5:28 am Post subject: |
|
|
 Grand Master
Joined: 14 Feb 2002 Posts: 1261 Location: Detroit,MI USA
|
you can get a list of mq client channels
echo "dis chs(SRVCONN_CHANNEL_NAME) all" | runmqsc QMGR_NAME
this list will produce a list of the srvconn instances and you can get
the process id from the jobname, it is either the first half or the second half of the field cant remember and I am not able to check at this time
from the list you should be able to obtain process id and determine if the
channel is still needed and if not kill it based on process id _________________ Jeff
IBM Certified Developer MQSeries
IBM Certified Specialist MQSeries
IBM Certified Solutions Expert MQSeries |
|
Back to top |
|
 |
bower5932 |
Posted: Fri Sep 12, 2003 10:05 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
You can get the MQ version with the mqver command. You can also use the lslpp command. |
|
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
|
|
|
|