Just looked at the `SamplingThrottler` source and with a period defined it
looks like it is what we need.

Thanks!


On 26 October 2016 at 13:42, Claus Ibsen <claus.ib...@gmail.com> wrote:

> There is a sampling eip
> http://camel.apache.org/sampling
>
> Maybe its something you can use?
>
> On Wed, Oct 26, 2016 at 2:28 PM, James Green <james.mk.gr...@gmail.com>
> wrote:
> > I'm looking at a route that will be exercised in the event of an
> emergency
> > situation such as "database is down".
> >
> > Is there a non-blocking Throttler, one that lets the caller continue AND
> > only samples the Exchanges that arrives? I would like to call a third
> party
> > if this route is called but they won't want to be called very frequently,
> > e.g. no more than once per ten minutes?
> >
> > Ideas?
> >
> > James
>
>
>
> --
> Claus Ibsen
> -----------------
> http://davsclaus.com @davsclaus
> Camel in Action 2: https://www.manning.com/ibsen2
>

Reply via email to