java - Setup of JMS message listener invoker failed -
i'm using camel , spring create jms application (out of jee container) produce jms messages send jms provider (ibm mq on other machine). receiver of messages non jms application. i'm trying move cachingconnectionfactory on spring configuration when doing if i'm getting warn :
15:05:51,838 warn [org.apache.camel.component.jms.defaultjmsmessagelistenercontainer] (camel (xxxinputcamelcontext) thread #1 - jmsconsumer[dev.kp.xxx.yyy.r) setup of jms message listener invoker failed destination 'dev.kp.xxx.yyy.r' - trying recover. cause: com.sun.proxy.$proxy84 cannot cast com.ibm.mq.jms.mqqueuesession
can please me understand meaning of warn , mean can not or misusing cachingconnectionfactory?
Comments
Post a Comment