当前位置:网站首页>AMQ 4043 solution for errors when using IBM MQ remote connection
AMQ 4043 solution for errors when using IBM MQ remote connection
2022-07-02 09:09:00 【Axi-ZYTao】
I use IBM MQ When the client connects to the queue manager remotely , Report errors AMQ 4043, Baidu can't find a solution , The only solution is this (https://stackoom.com/question/1sroR), however , After executing this method , Or newspaper AMQ 4043 wrong , It shows that this solution is useless to me , So check the new instruction again (linux The server ), Finally, it was found that listening was not enabled , When enabled , Not in the newspaper 4043 error ;
If you use a remote connection , First of all, your queue manager needs to have a server connection channel , And the channel is open ;
Set listening :( Notice your listener name , Port number )
define listener(‘LISTENER.TCP’) trptype(TCP) port(1414) control(qmGR)
Start listening :( port , Queue manager name )
start listener
runmqlsr -t tcp -p 1414 -m QM001 &
Start channel ( Server connection channel , Queue manager name Cen )
runmqchl -c DC.SVRCONN -m QM001
Restart the queue manager , Connect again , success .
————————————————
Copyright notice : This paper is about CSDN Blogger 「Axi-ZYTao」 The original article of , follow CC 4.0 BY-SA Copyright agreement , For reprint, please attach the original source link and this statement .
边栏推荐
- Oracle修改表空间名称以及数据文件
- C# 调用系统声音 嘀~
- Programmers with ten years of development experience tell you, what core competitiveness do you lack?
- "Interview high frequency question" is 1.5/5 difficult, and the classic "prefix and + dichotomy" application question
- Analysis and solution of a classical Joseph problem
- [go practical basis] how to set the route in gin
- [go practical basis] how to customize and use a middleware in gin
- Solution and analysis of Hanoi Tower problem
- gocv opencv exit status 3221225785
- Find the node with the smallest value range in the linked list and move it to the front of the linked list
猜你喜欢
数构(C语言)——第四章、矩阵的压缩存储(下)
聊聊消息队列高性能的秘密——零拷贝技术
盘点典型错误之TypeError: X() got multiple values for argument ‘Y‘
Troubleshooting and handling of an online problem caused by redis zadd
[staff] common symbols of staff (Hualian clef | treble clef | bass clef | rest | bar line)
WSL installation, beautification, network agent and remote development
What is the future value of fluorite mine of karaqin Xinbao Mining Co., Ltd. under zhongang mining?
Installing Oracle database 19C for Linux
[go practical basis] how to customize and use a middleware in gin
Minecraft module service opening
随机推荐
Right click menu of QT
西瓜书--第六章.支持向量机(SVM)
Redis sorted set data type API and application scenario analysis
Gocv image cutting and display
概率还不会的快看过来《统计学习方法》——第四章、朴素贝叶斯法
WSL installation, beautification, network agent and remote development
gocv图片读取并展示
Image transformation, transpose
[go practical basis] gin efficient artifact, how to bind parameters to structures
随笔:RGB图像颜色分离(附代码)
查看was发布的应用程序的端口
Redis zadd导致的一次线上问题排查和处理
Shengshihaotong and Guoao (Shenzhen) new energy Co., Ltd. build the charging pile industry chain
Jingdong senior engineer has developed for ten years and compiled "core technology of 100 million traffic website architecture"
京东高级工程师开发十年,编写出:“亿级流量网站架构核心技术”
commands out of sync. did you run multiple statements at once
WSL安装、美化、网络代理和远程开发
Jd.com interviewer asked: what is the difference between using on or where in the left join association table and conditions
「Redis源码系列」关于源码阅读的学习与思考
C#钉钉开发:取得所有员工通讯录和发送工作通知