While trying to connect IBM MQ JMS queue from spring boot application , I am getting below exception
Caused by: com.ibm.msg.client.jms.DetailedJMSException: JMSCC0005: The specified value '' is not allowed for 'XMSC_WMQ_APPNAME'.
I have been already been referring to : https://github.com/ibm-messaging/mq-jms-spring, but doesnt help.
Any suggestions