AW: Route with more uris e.g. .to(uri1, uri2 .. ), uris are processed sequential?

2013-09-17 Thread jhm
AFAIK all _routes_ are started directly - meaning, that they are available for incoming exchanges. If an exchange come in, the desired route consumes that exchange and routes through a pipeline of processors until it ends or sends to another route (another pipeline of processors). I cut some str

AW: Route with more uris e.g. .to(uri1, uri2 .. ), uris are processed sequential?

2013-09-17 Thread jhm
I would avoid having multiple uris in that case and rewrite that: fromF("sql:...") .to("direct:delete") .to("direct:insert") .process(new StopCamel()); Jan > -Ursprüngliche Nachricht- > Von: kalber [mailto:karlheinz.al...@swslt.com] > Gesendet: Dienstag, 17. September 2013 15:50