Return-Path: Delivered-To: apmail-activemq-camel-dev-archive@locus.apache.org Received: (qmail 3558 invoked from network); 15 Nov 2007 17:05:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Nov 2007 17:05:47 -0000 Received: (qmail 74655 invoked by uid 500); 15 Nov 2007 17:05:35 -0000 Delivered-To: apmail-activemq-camel-dev-archive@activemq.apache.org Received: (qmail 74605 invoked by uid 500); 15 Nov 2007 17:05:35 -0000 Mailing-List: contact camel-dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: camel-dev@activemq.apache.org Delivered-To: mailing list camel-dev@activemq.apache.org Received: (qmail 74596 invoked by uid 99); 15 Nov 2007 17:05:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Nov 2007 09:05:35 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Nov 2007 17:05:33 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D8521714245 for ; Thu, 15 Nov 2007 09:05:26 -0800 (PST) Message-ID: <18505426.1195146326863.JavaMail.jira@brutus> Date: Thu, 15 Nov 2007 09:05:26 -0800 (PST) From: "Roman Kalukiewicz (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Updated: (CAMEL-207) support a Predicate based Aggregator so that rather than batch size or batch timeout, we use a predicate to determine when an aggregator has finished In-Reply-To: <24454043.1194275362154.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/CAMEL-207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roman Kalukiewicz updated CAMEL-207: ------------------------------------ Attachment: aggregation.patch Test for aggregator scenario together with fix for a bug that was in current implementation - aggregated messages were not cleared and condition in the loop was wrong. > support a Predicate based Aggregator so that rather than batch size or batch timeout, we use a predicate to determine when an aggregator has finished > ----------------------------------------------------------------------------------------------------------------------------------------------------- > > Key: CAMEL-207 > URL: https://issues.apache.org/activemq/browse/CAMEL-207 > Project: Apache Camel > Issue Type: Improvement > Components: camel-core > Reporter: James Strachan > Attachments: aggregation.patch > > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.