Spring JMS - IBM MQ has open input count issue

霸气de小男生 提交于 2020-01-05 03:59:10

问题


We are using Spring JMS to connect IBM MQ in that the MQ open input count keep on increase.is there any solution can we reduce the open input count. we are using concurrent connection as 1 only.


回答1:


The IBM MQ connection handle behaves differently with Spring configuration. If you are using the CachingConnectionFactory that spring provides, please read my answer in the below thread.

JMS connections exhausted using WebSphere MQ

Please add more details to better understand the issue. The Apache camel will dynamically scale up and down the open input counts based on the load. Hope this helps!




回答2:


That is a clear indication of your code not closing the queue you have opened. Close the consumer(s) you have created.



来源:https://stackoverflow.com/questions/38720153/spring-jms-ibm-mq-has-open-input-count-issue

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