[
https://issues.apache.org/jira/browse/CAMEL-7504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14050532#comment-14050532
]
ASF GitHub Bot commented on CAMEL-7504:
---------------------------------------
GitHub user davidkarlsen opened a pull request:
https://github.com/apache/camel/pull/207
CAMEL-7504: Have a ThrottlerRejectedExecutionException instead of a gene...
...ric RejectedExecutionException
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/davidkarlsen/camel CAMEL-7504
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/207.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #207
----
commit e7eddb02286cd8f147324462d6e15b8f09dec1df
Author: david <[email protected]>
Date: 2014-07-02T18:29:59Z
CAMEL-7504: Have a ThrottlerRejectedExecutionException instead of a generic
RejectedExecutionException
----
> Improve the throttler to have discarding/filtering capabilities
> ---------------------------------------------------------------
>
> Key: CAMEL-7504
> URL: https://issues.apache.org/jira/browse/CAMEL-7504
> Project: Camel
> Issue Type: Improvement
> Components: camel-core, eip
> Reporter: David J. M. Karlsen
> Assignee: Willem Jiang
> Fix For: 2.14.0
>
>
> It would be nice if the throttler, http://camel.apache.org/throttler.html,
> could discard/filter the messages exceeding the limit.
> My usecase is to send alerts to a alering route, and stick the trottler in
> front of an smtp endpoint to limit the number of emails sent during a period.
--
This message was sent by Atlassian JIRA
(v6.2#6252)