Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 68474 invoked from network); 5 Aug 2009 07:38:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 Aug 2009 07:38:59 -0000 Received: (qmail 78206 invoked by uid 500); 5 Aug 2009 07:39:07 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 78141 invoked by uid 500); 5 Aug 2009 07:39:07 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 78131 invoked by uid 500); 5 Aug 2009 07:39:07 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 78127 invoked by uid 99); 5 Aug 2009 07:39:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Aug 2009 07:39:07 +0000 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; Wed, 05 Aug 2009 07:38:57 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E1FE3234C051 for ; Wed, 5 Aug 2009 00:38:35 -0700 (PDT) Message-ID: <745828852.1249457915924.JavaMail.jira@brutus> Date: Wed, 5 Aug 2009 00:38:35 -0700 (PDT) From: "Claus Ibsen (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Commented: (CAMEL-1878) Bean component - invokes onMessage from javax.jms.MessageListener even though a specific method name have been provided In-Reply-To: <610244399.1249457915815.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/CAMEL-1878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=53465#action_53465 ] Claus Ibsen commented on CAMEL-1878: ------------------------------------ See nabble http://www.nabble.com/bean-binding-with-inheritance---2.0-M3-camel-http-td24802648.html > Bean component - invokes onMessage from javax.jms.MessageListener even though a specific method name have been provided > ----------------------------------------------------------------------------------------------------------------------- > > Key: CAMEL-1878 > URL: https://issues.apache.org/activemq/browse/CAMEL-1878 > Project: Apache Camel > Issue Type: Bug > Components: camel-core > Affects Versions: 1.6.1, 2.0-M3 > Reporter: Claus Ibsen > Assignee: Claus Ibsen > Priority: Minor > Fix For: 2.0.0 > > > This is only an issue when your bean implements javax.jms.MessageListener and then specify a specific method to use, then Camel will still prefer to use the onMessage method. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.