mq-jms-spring
mq-jms-spring copied to clipboard
Components to assist MQ JMS integration with Spring frameworks
 Please include the following information in your ticket. - ibmmq-jms-spring version(s) that are affected by this issue. - 2.3.2 - Java version (including vendor and platform). - jdk1.8.0_241 -...
Hello, there is a simple app used for a long time running, which every 10 second fire a task which send message via JmsTemplate and if succeed read it back,...
We were trying to use the [mq-container](https://github.com/ibm-messaging/mq-container) with Spring Boot 3.x Testcontainers with `@ServiceConnection` similar to what you can do with a PostgreSQL container: ```java @TestConfiguration(proxyBeanMethods = false) public class...
Hi All, I am integrating IBM MQ in my application and when deploying in the production due to load and high TPS, this library taking a while to drop a...
Please include the following information in your ticket. - ibmmq-jms-spring version(s) that are affected by this issue. - 3.2.3 - Java version (including vendor and platform). - java version: 17,...
'org.springframework.boot' version '3.3.4' java 21 com.ibm.mq:mq-jms-spring-boot-starter:3.3.3' error log: Caused by: com.ibm.mq.MQException: JMSCMQ0001: IBM MQ call failed with compcode '2' ('MQCC_FAILED') reason '2035' ('MQRC_NOT_AUTHORIZED'). ibm broker in docker server: docker run...