Hi,
I am seeing the below behaviour with camel-jms component.
inOut("jms:queue:quename?replyTo=queue1&requestTimeOut=30000")
to("direct:nextRoute");
I think requestTimeOut is the time camel will wait to get response from the
queue.
But I noticed that the total timeout for the route is set to 30000 ms. If my
route takes more that 30000ms i am getting timeout exception. Is this the
expected behaviour?
and also noticed the thread JmsreplyTimeoutChecker running all the time what
is this thread for?
Any information is appreciated.
Thanks
Ravi
--
View this message in context:
http://camel.465427.n5.nabble.com/CAMEL-JMS-Request-TimeOut-tp5722000.html
Sent from the Camel - Users mailing list archive at Nabble.com.