Need a hook point in MessageReceiver where we can register a callback when the 
business logic has been invoked
--------------------------------------------------------------------------------------------------------------

                 Key: AXIS2-2927
                 URL: https://issues.apache.org/jira/browse/AXIS2-2927
             Project: Axis 2.0 (Axis2)
          Issue Type: New Feature
          Components: kernel
            Reporter: Paul Fremantle


In Sandesha, we need to understand when a message has been "delivered". This is 
the point at which the operation has been executed by the MR. At the moment we 
get round this by invoking all messages from our own Invoker thread. However, 
we need to optimize this as its costing us a lot of performance. We simply need 
a way of hooking in a call that the MR will make post-execute. Ideally we ought 
to be passed some information about whether the call succeeded or if an 
exception was thrown. 

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to