Re: Collecting feeds from multiple sources to multiple destinations

2016-05-04 Thread Claus Ibsen
p running > and stop contexts individually based on end time. Disadvantage with this is > I need to have 100 threads to run 100 camel contexts simultaneously. > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Collecting-feeds-from-multiple-sou

Collecting feeds from multiple sources to multiple destinations

2016-05-02 Thread polanki
running and stop contexts individually based on end time. Disadvantage with this is I need to have 100 threads to run 100 camel contexts simultaneously. -- View this message in context: http://camel.465427.n5.nabble.com/Collecting-feeds-from-multiple-sources-to-multiple-destinations-tp5782092.html

Re: Multiple Sources

2010-07-25 Thread Willem Jiang
Hi Current Spring configure doesn't support to create the route dynamically as the Java DSL. If you have to use the Spring configure to start the camel context, you could consider to specify the RouteBuilder[1] yourself in the Spring configure. [1]http://camel.apache.org/spring.html Wille

Re: Multiple Sources

2010-07-24 Thread Claus Ibsen
chieved in Java DSL using a for loop. I would > like to know if the same can be achived using spring xml. > > Thanks in advance. > -- > View this message in context: > http://camel.465427.n5.nabble.com/Multiple-Sources-tp1924844p1924844.html > Sent from the Camel - Users (ac

Multiple Sources

2010-07-23 Thread Bond
know if the same can be achived using spring xml. Thanks in advance. -- View this message in context: http://camel.465427.n5.nabble.com/Multiple-Sources-tp1924844p1924844.html Sent from the Camel - Users (activemq) mailing list archive at Nabble.com.