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

Roman Kalukiewicz resolved CAMEL-1297.
--------------------------------------

    Resolution: Fixed

concurrentConsumers parameter can be configured. There is no way to provide any 
Executor as we need to maintain work queue containing Exchanges (to make it 
browsable). This means, that only ThreadPool can be used, as our task never 
ends (they pool work queue constantly)

> Seda component should configure its executor
> --------------------------------------------
>
>                 Key: CAMEL-1297
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1297
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 1.5.0
>            Reporter: Roman Kalukiewicz
>            Assignee: Roman Kalukiewicz
>             Fix For: 2.0.0
>
>
> Currently SEDA endpoint processes only using 1 thread so it is impossible to 
> easily configure few concurrent processings on 1 seda endpoint. I believe 
> SEDA endpoint could be configured with some executor and/or thread number 
> that we would like to use to process given flows.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to