RE: Using timer and MongoDb queries

2012-08-08 Thread Gibson, Richard
Thanks Raul, Knew there had to be some way of doing this but new to Camel -Original Message- From: Raul Kripalani [mailto:r...@fusesource.com] Sent: 08 August 2012 13:31 To: users@camel.apache.org Subject: Re: Using timer and MongoDb queries Hi Rich, All you need to do is specify the

Re: Using timer and MongoDb queries

2012-08-08 Thread rich_g
Thanks guys, That helps a lot. -- View this message in context: http://camel.465427.n5.nabble.com/Using-timer-and-MongoDb-queries-tp5716634p5716984.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Using timer and MongoDb queries

2012-08-08 Thread Raul Kripalani
;) > .to("mongodb:myDb?database > test&collection=test&operation=findAll&dynamicity=true") > .to("mock:resultFindAll"); > > > Can anyone give me some advice on how to combine the 2? > > Thanks > > Rich > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Using-timer-and-MongoDb-queries-tp5716634.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

Re: Using timer and MongoDb queries

2012-07-31 Thread Sam (Stephen Samuel)
test&collection=test&operation=findAll&dynamicity=true") > .to("mock:resultFindAll"); > > > Can anyone give me some advice on how to combine the 2? > > Thanks > > Rich > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Using-timer-and-MongoDb-queries-tp5716634.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- -Sam

Using timer and MongoDb queries

2012-07-31 Thread rich_g
.to("mock:resultFindAll"); Can anyone give me some advice on how to combine the 2? Thanks Rich -- View this message in context: http://camel.465427.n5.nabble.com/Using-timer-and-MongoDb-queries-tp5716634.html Sent from the Camel - Users mailing list archive at Nabble.com.