well, If I have;
<route id="route1">
<from uri="direct:start" />
<to uri="bean:compAImpl" />
<to uri="jms:compB" />
<to uri="bean:compBImpl" />
</route> and compBImpl returns a String, why isn't that equivalent to the transform you mention? -- View this message in context: http://old.nabble.com/route-debugging-tp27107483p27109901.html Sent from the Camel - Users mailing list archive at Nabble.com.
