
IBM MQ
龙卷风之家
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
MQ错误代码对应的错误说明
The following is a list of reason codes, in numeric order, providing detailed information to help you understand them, including:An explanation of the circumstances that have caused the code to be原创 2011-10-25 20:10:33 · 69332 阅读 · 3 评论 -
Websphere MQ 中文乱码解决
解决方法:发送:MQEnvironment.CCSID = 1381;(在JAVA连接代码时指定一下字符集)String messageData = "发送数据";message.writeUTF(messageData );接收:MQEnvironment.CCSID = 1381;(在JAVA连接代码时指定一下字符集)String messageData = mes原创 2011-10-30 19:30:42 · 10848 阅读 · 0 评论