Hi,

Looking at the stack trace, the error seems to be in the JMSProducer
attempting to send a message to a weblogic destination called toActiveMQ.

I am no weblogic expert, but I sense that the problem is in the
connectionFactory configuration and the associated connection. The
connectionFactory uses a JNDI based DestinationResolver and a JMS Template
in order to retrieve a connectionFactory and then create a connection. I
believe there is some duplication in play here which is throwing off the JMS
component.

I would try to create a simple (non-JNDI) based connection factory object
first and get that working, then try other ways. The error is being thrown
from Spring's JMS Template and it is not being able to create the required
connection factory object.

Cheers,

Ashwin...



-----
---------------------------------------------------------
Ashwin Karpe
Apache Camel Committer & Sr Principal Consultant
FUSESource (a Progress Software Corporation subsidiary)
http://fusesource.com 

Blog: http://opensourceknowledge.blogspot.com 
---------------------------------------------------------
--
View this message in context: 
http://camel.465427.n5.nabble.com/Problem-with-ActiveMQ-to-Weblogic-route-tp4578300p4581082.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to