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 > An: users@camel.apache.org > Betreff: Re: Route with more uris e.g. .to(uri1, uri2 .. ), uris are > processed sequential? > > I substitute from with fromF, thanks. > > This route works, but i'm not sure if delete finish before insert > starts ? > > So the question is are this uris processed sequential ? > > > > ----- > kh > -- > View this message in context: http://camel.465427.n5.nabble.com/Route- > with-more-uris-e-g-to-uri1-uri2-uris-are-processed-sequential- > tp5739651p5739669.html > Sent from the Camel - Users mailing list archive at Nabble.com.