[
https://issues.apache.org/activemq/browse/CAMEL-1639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen resolved CAMEL-1639.
--------------------------------
Resolution: Fixed
trunk: 777808.
The {{async}} DSL not hands over onCompletion to the async thread so it does
the on completion callbacks.
> async DSL - Add support for handing over UoW - So onCompletion is also handed
> over
> ----------------------------------------------------------------------------------
>
> Key: CAMEL-1639
> URL: https://issues.apache.org/activemq/browse/CAMEL-1639
> Project: Apache Camel
> Issue Type: Improvement
> Components: camel-core
> Affects Versions: 2.0-M1
> Reporter: Claus Ibsen
> Assignee: Claus Ibsen
> Fix For: 2.0.0
>
>
> When routing using async DSL the exchange on the async thread should have the
> UoW synchronization jobs handed over. This allows onCompletion tasks to be
> preserved and also be executed when the async thread is complete.
> This can be used to allow a file consumer to use a async thread pool to speed
> up. The thread pool can concurrently process the files and each of the threds
> in this pool will do the file consume commit/rollback when they finish.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.