ibm-messaging / mq-jms-spring

Components to assist MQ JMS integration with Spring frameworks
Apache License 2.0
187 stars 102 forks source link

connection issue with spring boot 3 #114

Open birbirsbirbirs opened 2 hours ago

birbirsbirbirs commented 2 hours ago

'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 --env LICENSE=accept --env MQ_QMGR_NAME=QM1 \ --publish 1414:1414 \ --publish 9443:9443 \ --detach \ ibmcom/mq

similar to application in "s1" directory

birbirsbirbirs commented 2 hours ago

cmq.zip

application is attached. thank you very very much.