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

Hello! Due to the unique nature of the project, I need to lower the Java compiled version from 8 to 7, which has caused some issues. At first, I thought...

**mq-jms-spring-boot-starter:3.0.0** **Java17** **Description of the problem** Our company has found a problem related to termination of connection to MQ queues. The problem appears when we try to connect to existing...

mq-jms-spring-boot-starter:3.1.2 Java17 ```yaml spring: ssl: bundle: jks: mq-ssl-bundle: key: alias: "mq-ssl-bundle" keystore: type: PKCS12 location: key.p12 password: password ibm: mq: conn-name: localhost(1424) queue-manager: QQQ1 channel: CLNT.E user: user_00 ssl-bundle: "mq-ssl-bundle"...

Please include the following information in your ticket. - ibmmq-jms-spring version(s) that are affected by this issue: ==> 3.0.3 - Java version (including vendor and platform). ==> 17 - A...

Hello, I am using this implementation in our JmsConfig file: ```kotlin @Bean fun mqQueueConnectionFactory(): MQQueueConnectionFactory { logger.info("Try to initialise jms template ...") val mqQueueConnectionFactory = MQQueueConnectionFactory().apply { queueManager = properties.queueManager...

In spring boot 2.x, when we use the ibm.mq.jks.* properties, I see them set the runtime properties. Unfortunately, in our setup, other autoconfiguration by then has already initiated the SSL...

**ibmmq-jms-spring version(s) that are affected by this issue** 3.1.1 (and presumable every version before that) **Java version (including vendor and platform).** OpenJDK 17.0.3, Windows/Linux **A small code sample that demonstrates...

Hi everyone, I have a Java application using Spring Boot 2.6.3 and mq-jms-spring-boot-starter in version 2.6.3 which subscribes to two durable topics using `@JmsListener`. When I disable the JMS cache,...

Please include the following information in your ticket. **Problem Statement:** We manually create the listeners for multiple queues when the system starts. What we face problem was the channel has...

**MQ Queue Manager Channel Name is disappearing form the JmsConnectionFactory when we use them across both JmsListener and JmsTemplate Spring JMS - mq-jms-spring-boot-starter (Version 2.0.0) java version "1.8.0_162" Java(TM) SE...