-
Notifications
You must be signed in to change notification settings - Fork 106
Open
Description
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, I get the following exception every 5 seconds:
Could not refresh JMS Connection for destination 'topic1' - retrying using FixedBackOff{interval=5000, currentAttempts=1, maxAttempts=unlimited}. Cause: JMSCC0111: IBM MQ classes for JMS attempted to set a pre-existing client ID on a Connection or JMSContext.
A minimal working example can be found at https://github.com/bjpe/jms-mq-jmscc0111, the application is running against a local MQ started in Docker via
docker run --env LICENSE=accept --env MQ_QMGR_NAME=QM1 --env MQ_APP_PASSWORD=passw0rd --publish 1414:1414 --publish 9443:9443 ibmcom/mq:9.1.5.0-r1
If I either enable com.ibm.mq.jms.SupportMQExtensions
or spring.jms-cache
, then the exception is not thrown.
Is this a bug or am I missing something here? I would be glad for any help.
Kind Regards,
Björn
Metadata
Metadata
Assignees
Labels
No labels