Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 8770 invoked from network); 2 Apr 2010 17:13:29 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Apr 2010 17:13:29 -0000 Received: (qmail 57136 invoked by uid 500); 2 Apr 2010 17:13:29 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 57056 invoked by uid 500); 2 Apr 2010 17:13: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 57046 invoked by uid 500); 2 Apr 2010 17:13:29 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 57041 invoked by uid 99); 2 Apr 2010 17:13:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Apr 2010 17:13:29 +0000 X-ASF-Spam-Status: No, hits=-1205.7 required=10.0 tests=ALL_TRUSTED,AWL 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, 02 Apr 2010 17:13:28 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 68293234C1EF for ; Fri, 2 Apr 2010 17:13:08 +0000 (UTC) Message-ID: <1943668816.11741270228388425.JavaMail.jira@brutus.apache.org> Date: Fri, 2 Apr 2010 17:13:08 +0000 (UTC) From: "Ashwin Karpe (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Commented: (CAMEL-2526) SedaConsumer - Add check to limit the concurrentConsumer to < 1000 to prevent mistypes In-Reply-To: <126772127.6861267780304713.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c [ https://issues.apache.org/activemq/browse/CAMEL-2526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=58647#action_58647 ] Ashwin Karpe commented on CAMEL-2526: ------------------------------------- Hi Claus, No problem. I will make the changes you recommend and create another patch... Cheers, Ashwin... > SedaConsumer - Add check to limit the concurrentConsumer to < 1000 to prevent mistypes > -------------------------------------------------------------------------------------- > > Key: CAMEL-2526 > URL: https://issues.apache.org/activemq/browse/CAMEL-2526 > Project: Apache Camel > Issue Type: Improvement > Components: camel-core > Affects Versions: 2.0.0, 2.1.0, 2.2.0 > Reporter: Claus Ibsen > Assignee: Ashwin Karpe > Priority: Trivial > Fix For: 2.3.0 > > Attachments: seda-maxconcurrentconsumers.patch > > > If you enter concurrentConsumers=99999999 then Camel creates a lot of threads for concurrent consumers on the SEDA queue. > We should validate the size is a reasonable value, at least < 1000. Maybe limit to < 500 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.