For the sake of others. This now works. Thanks for your help:

                <route id="route1">
                        <from uri="direct:start" />
                        <to uri="bean:compAImpl" />
                        <to uri="jms:compB" />
                        <to uri="jms:compC" />                  
                </route>


                <route id="route2">
                        <from uri="jms:compB" />
                        <to uri="bean:compBImpl" />
                </route>

                <route id="route3">
                        <from uri="jms:compC" />
                        <to uri="bean:compCImpl" />
                </route>
-- 
View this message in context: 
http://old.nabble.com/route-debugging-tp27107483p27111964.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to