SimpleTrigger means, my camel route like this...
from("quartz://schedulerJob?trigger.repeatInterval=6&trigger.repeatCount="+SimpleTrigger.REPEAT_INDEFINITELY).to("some
bean method" ).end()
This is wht my camel route using quartz scheduler
-
Sudhakar Kaithepalli
--
View this message i
Hi
Thanks for your quick response...
and
1.) can u tell me how to stop camel route after it hit the FTP server.
one more thing is
2.) how can i find out the size of files in FTP server?
Thanks and regards..
-
Sudhakar Kaithepalli
--
View this message in cont
can you tell me how to stop camel routes please. Its urgent to me.
-
Sudhakar Kaithepalli
--
View this message in context:
http://camel.465427.n5.nabble.com/camel-quartz-schedulers-tp5715992p5716245.html
Sent from the Camel - Users mailing list archive at Nabble.com.
Hi to all .
I am using Camel and Quartz to schedule a job and in Quartz also i
used SimpleTrigger. But the problem here is the trigger fires while we start
the server itself, we don't want like that. It should fire on configured
time only not at initial time.
How to configure it.
Hi...
How to get file size, which is there in ftp server using camel Exchange?
-
Sudhakar Kaithepalli
--
View this message in context:
http://camel.465427.n5.nabble.com/camel-quartz-schedulers-tp5715992p5716063.html
Sent from the Camel - Users mailing list archive at Nabble.com.
Hi Good Morning...
Thanks for ur response Pontus...
But i don't want to interact with Active-MQ in between camel route and FTP
server. And on more thing How can i get no. of files in FTP server through
camel route? plz tell me its very urgent to me..
Thanks&Regards..
Sudhakar Kai
HI.
Actually my requirement is i've a sheduler table in DB.in that
end-user store frequency as 10 files, every time we need to check with FTP
during camel route if FTP contain >=10 files then only we can start actual
task..
This is my requirement..
Thanks and Regards.
Hi Pontus ...
ThankQ for ur reply Pontus ..
-
Sudhakar Kaithepalli
--
View this message in context:
http://camel.465427.n5.nabble.com/camel-quartz-schedulers-tp5715992p5715999.html
Sent from the Camel - Users mailing list archive at Nabble.com.
Hi,
In my project, i used camel and quartz for scheduling. For time base its
working fine.But for frequency and volume based scheduling i don't have any
idea.Please Help me regarding camel route creation for either for frequency
based or for volume based. Here frequency means no. of files and vol