[ 
https://issues.apache.org/jira/browse/CAMEL-3795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claus Ibsen resolved CAMEL-3795.
--------------------------------

    Resolution: Not A Problem

The problem is that the end user is using a custom thread pool where the 
default strategy is to reject executing tasks, when the thread pool do not have 
any free threads. And thus you get the rejected exception.

Not a problem in Camel.

> java.util.concurrent.RejectedExecutionException using interceptSendToEndpoint
> -----------------------------------------------------------------------------
>
>                 Key: CAMEL-3795
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3795
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-core
>    Affects Versions: 2.7.0
>            Reporter: Marco Crivellaro
>            Assignee: Claus Ibsen
>             Fix For: 2.8.0
>
>         Attachments: InterceptSendToEndpointException.java
>
>
> in some circumstances interceptSendToEndpoint in conjunction with 
> recipientList is running in exception. this seems to be the case when an http 
> endpoint is sent in the recipient list after having processed and ftp in the 
> previous exchange.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to