Hi,
I have this rourte:
<route id="route1">
<from uri="direct:start" />
<to uri="bean:compAImpl" />
<to uri="jms:compB" />
<to uri="bean:compBImpl" />
<to uri="jms:compC" />
<to uri="bean:compCImpl" />
</route>
compAImpl is activated ok but then it gets stuck and I fail on timeout with
the jms.
can anyone identify what is wrong?
how do I debug a route that does not work as I think it should? Itried
adding trace-"true" on the camel context. Didn't help much. endpoint are
created ok.
Please advise.
--
View this message in context:
http://old.nabble.com/route-debugging-tp27107483p27107483.html
Sent from the Camel - Users mailing list archive at Nabble.com.