From dev-return-11758-apmail-activemq-dev-archive=activemq.apache.org@activemq.apache.org Thu Aug 07 17:06:22 2008 Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 33697 invoked from network); 7 Aug 2008 17:06:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Aug 2008 17:06:22 -0000 Received: (qmail 55702 invoked by uid 500); 7 Aug 2008 17:06:21 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 55680 invoked by uid 500); 7 Aug 2008 17:06:21 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 55669 invoked by uid 99); 7 Aug 2008 17:06:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Aug 2008 10:06:21 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Aug 2008 17:05:33 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A440D234C193 for ; Thu, 7 Aug 2008 10:04:52 -0700 (PDT) Message-ID: <1197704591.1218128692671.JavaMail.jira@brutus> Date: Thu, 7 Aug 2008 10:04:52 -0700 (PDT) From: "Jim Gomes (JIRA)" To: dev@activemq.apache.org Subject: [jira] Commented: (AMQNET-100) Provide interface based version of MessageListener.Listener event callback In-Reply-To: <228663070.1218075832557.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/activemq/browse/AMQNET-100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=44811#action_44811 ] Jim Gomes commented on AMQNET-100: ---------------------------------- Could you elaborate more on this request? What restrictions are you referring to? Could you show an example of the style you are looking for? > Provide interface based version of MessageListener.Listener event callback > -------------------------------------------------------------------------- > > Key: AMQNET-100 > URL: https://issues.apache.org/activemq/browse/AMQNET-100 > Project: ActiveMQ .Net > Issue Type: Improvement > Components: ActiveMQ Client > Reporter: Mark Pollack > Assignee: James Strachan > Priority: Minor > > It is sometimes more convenient to specify the async callback as an interface rather than as a event. There are restriction in who can raise events as compared to who can call the interface method. Can this be added to the API? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.