IBM WebSphere Message Queue MQ修改最大通道数

[修改最大通道数

一、概述

缺省MQ允许运行的最大通道个数为100。

当最大通道连接数达到上限,就会报出“AMQ9513 Maximum number of channels reached”错误。

对于大并发的业务场景,通常的情况,通道数100是不够使用的,建议根据业务压力测试调大。

二、实施步骤

  1. 配置/var/mqm/qmgrs/QMGR/qm.ini,新增以下内容后保存

CHANNELS:

   MaxChannels=600

MaxActiveChannels=600 

            

未改动的qm.ini文件:

#*******************************************************************#

#* Module Name: qm.ini                                             *#

#* Type       : WebSphere MQ queue manager configuration file      *#

#  Function   : Define the configuration of a single queue manager *#

#*                                                                 *#

#*******************************************************************#

#* Notes      :                                                    *#

#* 1) This file defines the configuration of the queue manager     *#

#*                                                                 *#

#*******************************************************************#

ExitPath:

   ExitsDefaultPath=/var/mqm/exits

   ExitsDefaultPath64=/var/mqm/exits64

#*                                                                 *#

#*                                                                 *#

Log:

   LogPrimaryFiles=30

   LogSecondaryFiles=20

   LogFilePages=4096

   LogType=CIRCULAR

   LogBufferPages=0

   LogPath=/var/mqm/log/QM_MEPG/

   LogWriteIntegrity=TripleWrite

Service:

   Name=AuthorizationService

   EntryPoints=14

ServiceComponent:

   Service=AuthorizationService

   Name=MQSeries.UNIX.auth.service

   Module=amqzfu

   ComponentDataSize=0

TCP:

   SndBuffSize=0

   RcvBuffSize=0

   RcvSndBuffSize=0

   RcvRcvBuffSize=0

   ClntSndBuffSize=0

   ClntRcvBuffSize=0

   SvrSndBuffSize=0

   SvrRcvBuffSize=0

~

改动后的qm.ini文件:

#*******************************************************************#

#* Module Name: qm.ini                                             *#

#* Type       : WebSphere MQ queue manager configuration file      *#

#  Function   : Define the configuration of a single queue manager *#

#*                                                                 *#

#*******************************************************************#

#* Notes      :                                                    *#

#* 1) This file defines the configuration of the queue manager     *#

#*                                                                 *#

#*******************************************************************#

ExitPath:

   ExitsDefaultPath=/var/mqm/exits

   ExitsDefaultPath64=/var/mqm/exits64

#*                                                                 *#

#*                                                                 *#

Log:

   LogPrimaryFiles=30

   LogSecondaryFiles=20

   LogFilePages=4096

   LogType=CIRCULAR

   LogBufferPages=0

   LogPath=/var/mqm/log/QM_MEPG/

   LogWriteIntegrity=TripleWrite

Service:

   Name=AuthorizationService

   EntryPoints=14

ServiceComponent:

   Service=AuthorizationService

   Name=MQSeries.UNIX.auth.service

   Module=amqzfu

   ComponentDataSize=0

TCP:

   SndBuffSize=0

   RcvBuffSize=0

   RcvSndBuffSize=0

   RcvRcvBuffSize=0

   ClntSndBuffSize=0

   ClntRcvBuffSize=0

   SvrSndBuffSize=0

   SvrRcvBuffSize=0

CHANNELS:

   MaxChannels=600

   MaxActiveChannels=600  

2.停止应用。

3.停止MQ队列管理器。

        endmqm  –i  QMGR

4.启动MQ队列管理器(使修改生效)。

            strmqm  QMGR

5.启动应用。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值
>