当前位置:网站首页>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 .
边栏推荐
- 机器学习之数据类型案例——基于朴素贝叶斯法,用数据辩男女
- Avoid breaking changes caused by modifying constructor input parameters
- Function ‘ngram‘ is not defined
- C# 高德地图 根据经纬度获取地址
- "Redis source code series" learning and thinking about source code reading
- 【Go实战基础】gin 如何获取 GET 和 POST 的请求参数
- During MySQL installation, mysqld Exe reports that the application cannot start normally (0xc000007b)`
- Sentinel reports failed to fetch metric connection timeout and connection rejection
- 队列的基本概念介绍以及典型应用示例
- Flink - use the streaming batch API to count the number of words
猜你喜欢
Servlet全解:继承关系、生命周期、容器和请求转发与重定向等
Solution of Xiaomi TV's inability to access computer shared files
十年开发经验的程序员告诉你,你还缺少哪些核心竞争力?
ORA-12514问题解决方法
【Go实战基础】gin 如何自定义和使用一个中间件
Troubleshooting and handling of an online problem caused by redis zadd
【Go实战基础】gin 高效神器,如何将参数绑定到结构体
History of Web Technology
Jd.com interviewer asked: what is the difference between using on or where in the left join association table and conditions
十年開發經驗的程序員告訴你,你還缺少哪些核心競爭力?
随机推荐
【Go实战基础】如何安装和使用 gin
C# 百度地图,高德地图,Google地图(GPS) 经纬度转换
Leetcode sword finger offer brush questions - day 22
数构(C语言--代码有注释)——第二章、线性表(更新版)
[staff] the lines and spaces of the staff (the nth line and the nth space in the staff | the plus N line and the plus N space on the staff | the plus N line and the plus N space below the staff | the
Solution of Xiaomi TV's inability to access computer shared files
概念到方法,绝了《统计学习方法》——第三章、k近邻法
Pyspark de duplication dropduplicates, distinct; withColumn、lit、col; unionByName、groupBy
Qt的拖动事件
libusb的使用
Connect function and disconnect function of QT
gocv opencv exit status 3221225785
Matplotlib剑客行——布局指南与多图实现(更新)
CSDN Q & A_ Evaluation
How to realize asynchronous programming in a synchronous way?
将一串数字顺序后移
[staff] time sign and note duration (full note | half note | quarter note | eighth note | sixteenth note | thirty second note)
"Interview high frequency question" is 1.5/5 difficult, and the classic "prefix and + dichotomy" application question
一篇详解带你再次重现《统计学习方法》——第二章、感知机模型
「面试高频题」难度大 1.5/5,经典「前缀和 + 二分」运用题