当前位置:网站首页>使用IBM MQ远程连接时报错AMQ 4043解决思路
使用IBM MQ远程连接时报错AMQ 4043解决思路
2022-07-02 06:33:00 【Axi-ZYTao】
我使用IBM MQ客户端远程连接队列管理器时,报错 AMQ 4043,百度基本找不到解决办法,唯一一个解决方法是这个(https://stackoom.com/question/1sroR),但是,按照这个方法执行以后,还是报AMQ 4043错,说明这个解决方法对我没用,于是再次排查新建的指令(linux服务器),最后发现没启用侦听,启用后,不在报4043错误;
要是用远程连接,首先你的队列管理器需要有服务器连接通道,并且通道是开启的;
设置侦听:(注意你的侦听器名称,端口号)
define listener(‘LISTENER.TCP’) trptype(TCP) port(1414) control(qmGR)
启动监听:(端口,队列管理器名称)
start listener
runmqlsr -t tcp -p 1414 -m QM001 &
启动通道(服务器连接通道,队列管理器名岑)
runmqchl -c DC.SVRCONN -m QM001
重启队列管理器,再次连接,成功。
————————————————
版权声明:本文为CSDN博主「Axi-ZYTao」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
边栏推荐
猜你喜欢

Kubernetes deploys Loki logging system

Installing Oracle database 19C RAC on Linux

Solid principle: explanation and examples

HackTheBox-Gunship

win10使用docker拉取redis镜像报错read-only file system: unknown

Web security -- core defense mechanism

KubeSphere 虚拟化 KSV 安装体验

Linux安装Oracle Database 19c RAC

Qt——如何在QWidget中设置阴影效果

Sqli labs level 8 (Boolean blind note)
随机推荐
Qt的拖动事件
HackTheBox-Gunship
Illegal use of crawlers, an Internet company was terminated, the police came to the door, and 23 people were taken away
Luogu greedy part of the backpack line segment covers the queue to receive water
Multi version concurrency control mvcc of MySQL
Minecraft群组服开服
Driving test Baodian and its spokesperson Huang Bo appeared together to call for safe and civilized travel
Oracle修改表空间名称以及数据文件
Qunhui NAS configuring iSCSI storage
将一串数字顺序后移
Aneng logistics' share price hit a new low: the market value evaporated by nearly 10 billion yuan, and it's useless for chairman Wang Yongjun to increase his holdings
Web security -- Logical ultra vires
Benefits of ufcs of D
C # save web pages as pictures (using WebBrowser)
选择排序和插入排序
Classes and objects (instantiation of classes and classes, this, static keyword, encapsulation)
判断是否是数独
Sqli labs Level 2
Gocv boundary fill
2022/2/13 summary