In Spring boot apache camel with IBM MQ integration apart from the configured queue with application another queue which is irrelevant is trying to access resulting in warning
Execution of JMS message listener failed. Caused by: [org.apache.camel.RuntimeCamelException – org.springframework.jms.JmsSecurityException: JMSWMQ2008: Failed to open MQ queue ‘QUEUE_NAME’.; nested
exception is com.ibm.mq.MQException: JMSCMQ0001: IBM MQ call failed with compcode ‘2’ (‘MQCC_FAILED’) reason ‘2035’ (‘MQRC_NOT_AUTHORIZED’).]
org.apache.camel.RuntimeCamelException: org.springframework.jms.JmsSecurityException: JMSWMQ2008: Failed to open MQ queue ‘QUEUE_NAME’.; nested exception is com.ibm.mq.MQException: JMSCMQ0001: IBM
MQ call failed with compcode ‘2’ (‘MQCC_FAILED’) reason ‘2035’ (‘MQRC_NOT_AUTHORIZED’).
why this warning is throw as the queue not even configured with application