Hi,

You could use the Direct endpoint to do think kind of job.
from("direct:start").to("jms:queue:test");

And you can use template to send the object to "direct:start", and you can
add customer processor between the "direct:start" and "jms:queue:test"
endpoints.

Willem

--
View this message in context: 
http://camel.465427.n5.nabble.com/Object-routing-tp4145397p4166160.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to