Async API - Expose OnCompletion callback on the ProducerTemplate for easy async 
callbacks
-----------------------------------------------------------------------------------------

                 Key: CAMEL-1875
                 URL: https://issues.apache.org/activemq/browse/CAMEL-1875
             Project: Apache Camel
          Issue Type: New Feature
          Components: camel-core
    Affects Versions: 2.0-M3
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
             Fix For: 2.0.0


The async API on the ProducerTemplate could add methods that expose the 
OnCompletion so you could send in a message that is routed async (from you as 
the client point of view) and Camel will use the OnCompletion callback to 
invoke when the message is done. 

This frees the burden from the client to use the Future handle to check the 
isDone.


-- 
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