mq-jms-spring icon indicating copy to clipboard operation
mq-jms-spring copied to clipboard

Components to assist MQ JMS integration with Spring frameworks

Results 16 mq-jms-spring issues
Sort by recently updated
recently updated
newest added

![Snip20210306_4](https://user-images.githubusercontent.com/8754530/110217822-e4d25980-7e7b-11eb-8363-783549758656.png) 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...