What do you want to have happen on timeout? For example, are you wanting a
TimeToLive on the message, after which it goes to a dead letter queue?

The route you describe isn't a reply, it's a routing slip. See if that fits
your concept:
http://camel.apache.org/routing-slip.html


mattmadhavan wrote
> 
> I need some thing like the following: pick a message from a Queue invoke a
> method and send the reply from the method to another Queue!
> 
> *from("jms:validate").bean(ValidatorBean.class
> /timeout=50000/).to(("jms:validateResult"))
> * Please note the timeout req above!
> 


--
View this message in context: 
http://camel.465427.n5.nabble.com/Basic-JMS-to-bean-In-Out-Router-Question-tp5069797p5070119.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to