Re: passing data to a polling consumer

2013-09-28 Thread lumi
Thank you for answering, I solved it with pollEnrich. -- View this message in context: http://camel.465427.n5.nabble.com/passing-data-to-a-polling-consumer-tp5740313p5740393.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: passing data to a polling consumer

2013-09-28 Thread lumi
w this message in context: http://camel.465427.n5.nabble.com/passing-data-to-a-polling-consumer-tp5740313p5740392.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: passing data to a polling consumer

2013-09-28 Thread kraythe .
question. > > > > from ("sql:select * from test where id = #?consumer.delay=1000") > > .marshal().csv() > > .to("file:target/out"); > > > > It seems that I’m missing something very basic here, please help. > > > > Thanks and regards, > > Lumi > > > > > > > > > > > > -- > > View this message in context: > > > http://camel.465427.n5.nabble.com/passing-data-to-a-polling-consumer-tp5740313.html > > Sent from the Camel - Users mailing list archive at Nabble.com. > > > > > > -- > Dale King >

Re: passing data to a polling consumer

2013-09-27 Thread Dale King
e question. > > from ("sql:select * from test where id = #?consumer.delay=1000") > .marshal().csv() > .to("file:target/out"); > > It seems that I’m missing something very basic here, please help. > > Thanks and regards, > Lumi

passing data to a polling consumer

2013-09-27 Thread lumi
000") .marshal().csv() .to("file:target/out"); It seems that I’m missing something very basic here, please help. Thanks and regards, Lumi -- View this message in context: http://camel.465427.n5.nabble.com/passing-data-to-a-polling-consumer-tp5740313.html Sent from the Camel - Users mailing list archive at Nabble.com.