Hi Claus. Can't we use the route builder api to create dynamic routes on the fly !
Cheers Reji On 21 Feb 2015 23:34, "Claus Ibsen" <claus.ib...@gmail.com> wrote: > Hi > > No this is not possible. > > Instead use a timer / scheduler and then use a "dynamic to" to call > the SQL, which can be dynamic. > http://camel.apache.org/how-to-use-a-dynamic-uri-in-to.html > > On Sat, Feb 21, 2015 at 5:19 PM, rwijngaa > <rino.van.wijngaar...@gmail.com> wrote: > > Hi, > > > > Is it possible to use a dynamic from() in camel 2.12 ? > > Like this: > > from(buildAnCamelSqlQueryInABean).process(doSomething); // not > possible > > this way! > > > > (like a recipientList but now for from() endpoints) > > > > Regards > > Rino > > > > > > > > > > > > > > -- > > View this message in context: > http://camel.465427.n5.nabble.com/Camel-sql-dynamic-from-tp5763029.html > > Sent from the Camel - Users mailing list archive at Nabble.com. > > > > -- > Claus Ibsen > ----------------- > Red Hat, Inc. > Email: cib...@redhat.com > Twitter: davsclaus > Blog: http://davsclaus.com > Author of Camel in Action: http://www.manning.com/ibsen > hawtio: http://hawt.io/ > fabric8: http://fabric8.io/ >