[
https://issues.apache.org/activemq/browse/CAMEL-1098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=47660#action_47660
]
tim mcnamara commented on CAMEL-1098:
-------------------------------------
Took a crack at modifying MulticastProcessor to use Spring's TaskExecutor
abstraction. By default, it will now use Spring's ThreadPoolTaskExecutor
with the same pool configuration as previous. Splitter change was also
required due to the dependency. Necessary changes to the units tests were also
done. These changes have been integration tested in JBoss and Webpshere
containers using the respective Work Manager's.
Patch is being submitted.
Tim...
> multicast and file consumer using managed threads?
> --------------------------------------------------
>
> Key: CAMEL-1098
> URL: https://issues.apache.org/activemq/browse/CAMEL-1098
> Project: Apache Camel
> Issue Type: Improvement
> Components: camel-core
> Affects Versions: 1.4.0, 1.5.0
> Reporter: tim mcnamara
> Fix For: 2.0.0
>
>
> Running in a server managed environment, it is preferable to use managed
> threads when ever possible. Is it possible to have these components (and
> others that spawn threads) modified to use Spring's TaskExecutor abstraction
> (a la JmsComponent). If this is the case, we could configure the components
> to use the server's WorkManager API.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.