Spring Integration - IBM MQ - Consuming large messages from Queue

萝らか妹 提交于 2019-12-05 22:29:08

The application buffer looks to be too small for your message. http://www-01.ibm.com/support/docview.wss?uid=swg21167205

The JMS client shouldn't ever return MQRC_TRUNCATED_MSG_FAILED, as you don't have any physical control over the buffer sizes in use, and this error indicates the receive buffer was too small to receive the message.

It's difficult to tell without the full exception stack, and without knowing your current version, but you could try upgrading to 7.5.0.3, the newest MQ 7.5 fix pack.

Or you could open a PMR with IBM support to investigate.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!