Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 57744 invoked from network); 21 Sep 2009 07:13:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 21 Sep 2009 07:13:14 -0000 Received: (qmail 30291 invoked by uid 500); 21 Sep 2009 07:13:13 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 30241 invoked by uid 500); 21 Sep 2009 07:13:13 -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 30231 invoked by uid 500); 21 Sep 2009 07:13:13 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 30228 invoked by uid 99); 21 Sep 2009 07:13:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Sep 2009 07:13:13 +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; Mon, 21 Sep 2009 07:13:12 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id F2DA6234C044 for ; Mon, 21 Sep 2009 00:12:51 -0700 (PDT) Message-ID: <207876249.1253517171977.JavaMail.jira@brutus> Date: Mon, 21 Sep 2009 00:12:51 -0700 (PDT) From: "Claus Ibsen (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Reopened: (CAMEL-1800) EventDrivenConsumer - Wait starting them until all other processors / routes have been started In-Reply-To: <949416980.1246856647681.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-1800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen reopened CAMEL-1800: -------------------------------- > EventDrivenConsumer - Wait starting them until all other processors / routes have been started > ---------------------------------------------------------------------------------------------- > > Key: CAMEL-1800 > URL: https://issues.apache.org/activemq/browse/CAMEL-1800 > Project: Apache Camel > Issue Type: Improvement > Components: camel-core > Affects Versions: 2.0-M2 > Reporter: Claus Ibsen > Assignee: Claus Ibsen > Fix For: 2.1.0 > > > We should wait starting the *input* to the CamelContext until all child processors and other services have been started. > Then at the end we should _open the gates_ by starting all the input consumers. > That should also help unit testing on slower boxes where these consumers might start a bit early and the remaining work starting the other processors is slow and thus the consumer is too fast. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.