You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Paul Fremantle (JIRA)" <ji...@apache.org> on 2007/07/09 17:03:04 UTC

[jira] Created: (AXIS2-2927) Need a hook point in MessageReceiver where we can register a callback when the business logic has been invoked

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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Updated: (AXIS2-2927) Need a hook point in MessageReceiver where we can register a callback when the business logic has been invoked

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2927?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Davanum Srinivas updated AXIS2-2927:
------------------------------------

    Assignee: Deepal Jayasinghe

> 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
>            Assignee: Deepal Jayasinghe
>
> 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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org