Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 18003 invoked from network); 13 Jul 2007 14:19:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Jul 2007 14:19:42 -0000 Received: (qmail 11043 invoked by uid 500); 13 Jul 2007 14:19:33 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 10990 invoked by uid 500); 13 Jul 2007 14:19:33 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 10834 invoked by uid 99); 13 Jul 2007 14:19:32 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jul 2007 07:19:32 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jul 2007 07:19:28 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9D35471420F for ; Fri, 13 Jul 2007 07:19:08 -0700 (PDT) Message-ID: <10953863.1184336348640.JavaMail.jira@brutus> Date: Fri, 13 Jul 2007 07:19:08 -0700 (PDT) From: "Davanum Srinivas (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Updated: (AXIS2-2927) Need a hook point in MessageReceiver where we can register a callback when the business logic has been invoked In-Reply-To: <12350626.1183993384454.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on 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