[ 
https://issues.apache.org/jira/browse/CAMEL-3795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13012388#comment-13012388
 ] 

Marco Crivellaro commented on CAMEL-3795:
-----------------------------------------

The unit test uses mock up endpoint which does not show the wrong behaviour. 
The test attached to the ticket does not make use of custom thread pool: 

from("direct:start").recipientList(header(InterceptSendToEndpointException.recipientListHeaderName).tokenize(",")).to("mock:end");

> 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