Inside a Camel route, I need to throttle the messages when a limit of request/s is reached. I've found the Throttler EIP. It works fine but I need when the limit is reached to raise an alert, is there a way to do this ?
I had a look at the code but don't found a way to extend it.
Thanks & Regards