Hi,

For the frequency I belive you can use the Throttler pattern.
http://camel.apache.org/throttler.html

For volume you can write a RoutePolicy to suspend/resume the routes
when certain condtitions met.
See http://camel.apache.org/routepolicy.html and
http://camel.apache.org/route-throttling-example.html

I guess you could also write your own processor that simply checks if
the condition in met and then blocks for a period of time.

// Pontus


On Fri, Jul 13, 2012 at 10:13 AM, Sudhakar.kaithepalli
<sudhakar.kaithepa...@gmail.com> wrote:
> 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 volume
> means file size...
>
> Thanks
> Sudhakar K
>
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/camel-quartz-schedulers-tp5715992.html
> Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to