I am using version 5.10.2 of camel. I tried updating to the latest but still
see the issue.
I have not found out a solution to the problem. Could anybody please point
me in the right direction.
--
View this message in context:
http://camel.465427.n5.nabble.com/Getting-a-javax-jms-JMSExceptio
Hi,
We are using apache camel to route messages to activemq queues. These
messages are synchronous and use request-reply (ExhcangePattern.InOut) with
a timeout of 20 secs. The messages get created from a web application
depolyed on tomcat. Everything works great most of the time but when too
man
Hi,
I have a usecase where I want a client to be able to invoke services on
remote sites. I would like to use camel spring jms to do so. I have been
going through the examples presented in camel documentation and from that it
seems to me that each queue is tied to a service.
On the remote site