Hi If you want to use 2 or more options, then use & to separate them, just as uri parameters you see in the web browser address bar etc.
See more details at http://camel.apache.org/how-do-i-configure-endpoints.html So it should be ?consumer.onConsume={{sql.oracle.markPart}}&consumer.delay=5000 On Thu, Mar 20, 2014 at 11:31 PM, Lydie <[email protected]> wrote: > Hello, > > I am trying to pull data from a database and mark rows as processed : > > > This is working > I am trying to use a specific delay in between each poll: > > ?consumer.onConsume={{sql.oracle.markPart}} ?consumer.delay=5000 > > > How can I do both? > I tried: > > > > It does not work. > I also try to use direct: but then I have an empty body when for my choice. > > > Any idea? > > > Thank you, > > > Lydie > > I > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/sql-component-and-delay-tp5749161.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen ----------------- Red Hat, Inc. Email: [email protected] Twitter: davsclaus Blog: http://davsclaus.com Author of Camel in Action: http://www.manning.com/ibsen Make your Camel applications look hawt, try: http://hawt.io
