Return-Path: X-Original-To: apmail-camel-users-archive@www.apache.org Delivered-To: apmail-camel-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 863D0602A for ; Sat, 2 Jul 2011 07:05:34 +0000 (UTC) Received: (qmail 61642 invoked by uid 500); 2 Jul 2011 07:05:33 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 61236 invoked by uid 500); 2 Jul 2011 07:05:27 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Received: (qmail 61228 invoked by uid 99); 2 Jul 2011 07:05:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Jul 2011 07:05:24 +0000 X-ASF-Spam-Status: No, hits=2.3 required=5.0 tests=FREEMAIL_FROM,SPF_SOFTFAIL,T_TO_NO_BRKTS_FREEMAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (nike.apache.org: transitioning domain of vssundar@hotmail.com does not designate 216.139.236.26 as permitted sender) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Jul 2011 07:05:17 +0000 Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1QcuG9-0002vF-0Y for users@camel.apache.org; Sat, 02 Jul 2011 00:04:57 -0700 Date: Sat, 2 Jul 2011 00:04:57 -0700 (PDT) From: vssundar To: users@camel.apache.org Message-ID: <1309590297010-4544160.post@n5.nabble.com> Subject: timers processors and parallel processing MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I have a camel route in Groovy that simplified as below: from (timer).process(myProcessor).split().parallelProcessing().process(anotherProcessor) When running this route, the timer kicks off once and only once and it does not get invoked again. If I remove the split and the parallel processing option my program works fine. I looked into the forums and the concurrency section of the CIA book but can't seem to figure out the problem. What am I doing wrong? Regards, Sundar -- View this message in context: http://camel.465427.n5.nabble.com/timers-processors-and-parallel-processing-tp4544160p4544160.html Sent from the Camel - Users mailing list archive at Nabble.com.