Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 54377 invoked from network); 3 Jul 2009 14:56:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Jul 2009 14:56:19 -0000 Received: (qmail 95188 invoked by uid 500); 3 Jul 2009 14:56:29 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 95114 invoked by uid 500); 3 Jul 2009 14:56:29 -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 95093 invoked by uid 500); 3 Jul 2009 14:56:29 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 95089 invoked by uid 99); 3 Jul 2009 14:56:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Jul 2009 14:56:29 +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; Fri, 03 Jul 2009 14:56:27 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 0D0AB234C004 for ; Fri, 3 Jul 2009 07:56:07 -0700 (PDT) Message-ID: <1482099915.1246632967040.JavaMail.jira@brutus> Date: Fri, 3 Jul 2009 07:56:07 -0700 (PDT) From: "Claus Ibsen (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Created: (CAMEL-1795) camel-jms - wrong defaults causes message listener to use new thread when receiving a message 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 camel-jms - wrong defaults causes message listener to use new thread when receiving a message --------------------------------------------------------------------------------------------- Key: CAMEL-1795 URL: https://issues.apache.org/activemq/browse/CAMEL-1795 Project: Apache Camel Issue Type: Bug Components: camel-jms Affects Versions: 2.0-M2, 1.6.1 Reporter: Claus Ibsen Assignee: Claus Ibsen Priority: Critical Fix For: 1.6.2, 2.0.0 JmsConfiguratiuon have a bad default maxMessagesPerTask=1 It should be -1 as we do not want to strict the DefaultMessageListenerContainer to only handle 1 message per thread. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.