当前位置:网站首页>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 .
边栏推荐
- Openshift container platform community okd 4.10.0 deployment
- Webflux responsive programming
- Jd.com interviewer asked: what is the difference between using on or where in the left join association table and conditions
- Redis安装部署(Windows/Linux)
- Matplotlib swordsman Tour - an artist tutorial to accommodate all rivers
- Matplotlib剑客行——容纳百川的艺术家教程
- [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
- 2022/2/14 summary
- Qt的connect函数和disconnect函数
- WSL安装、美化、网络代理和远程开发
猜你喜欢

《统计学习方法》——第五章、决策树模型与学习(上)

"Redis source code series" learning and thinking about source code reading

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

数构(C语言--代码有注释)——第二章、线性表(更新版)

以字节跳动内部 Data Catalog 架构升级为例聊业务系统的性能优化

C4D quick start tutorial - C4d mapping

京东面试官问:LEFT JOIN关联表中用ON还是WHERE跟条件有什么区别

Data type case of machine learning -- using data to distinguish men and women based on Naive Bayesian method

Openshift container platform community okd 4.10.0 deployment

西瓜书--第五章.神经网络
随机推荐
数构(C语言--代码有注释)——第二章、线性表(更新版)
Webflux responsive programming
Minecraft install resource pack
聊聊消息队列高性能的秘密——零拷贝技术
微服务实战|手把手教你开发负载均衡组件
Function ‘ngram‘ is not defined
[go practical basis] how to set the route in gin
WSL安装、美化、网络代理和远程开发
判断是否是数独
oracle删除表空间及用户
Pdf document of distributed service architecture: principle + Design + practice, (collect and see again)
Taking the upgrade of ByteDance internal data catalog architecture as an example, talk about the performance optimization of business system
【Go实战基础】如何安装和使用 gin
oracle修改数据库字符集
盘点典型错误之TypeError: X() got multiple values for argument ‘Y‘
[go practical basis] how to customize and use a middleware in gin
Count the number of various characters in the string
Oracle 相关统计
Mirror protocol of synthetic asset track
Talk about the secret of high performance of message queue -- zero copy technology