Re: Non-Blocking throttler?

2016-10-26 Thread James Green
t 26, 2016 at 2:28 PM, James Green > 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 >

Re: Non-Blocking throttler?

2016-10-26 Thread Claus Ibsen
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 wrote: > I'm looking at a route that will be exercised in the event of an emergency > situation such as "database is down". > &

Non-Blocking throttler?

2016-10-26 Thread James Green
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