Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 94AC9200BEF for ; Wed, 4 Jan 2017 15:31:04 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 9335C160B3A; Wed, 4 Jan 2017 14:31:04 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id DE7AB160B39 for ; Wed, 4 Jan 2017 15:31:03 +0100 (CET) Received: (qmail 48882 invoked by uid 500); 4 Jan 2017 14:30:58 -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 48866 invoked by uid 99); 4 Jan 2017 14:30:57 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jan 2017 14:30:57 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 63927C0459 for ; Wed, 4 Jan 2017 14:30:57 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.285 X-Spam-Level: ** X-Spam-Status: No, score=2.285 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_NONE=-0.0001, SPF_SOFTFAIL=0.972, URI_HEX=1.313] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id Y1qJ1Yu5mRCS for ; Wed, 4 Jan 2017 14:30:53 +0000 (UTC) Received: from mbob.nabble.com (mbob.nabble.com [162.253.133.15]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id E2D395F47A for ; Wed, 4 Jan 2017 14:30:52 +0000 (UTC) Received: from static.162.255.23.22.macminivault.com (unknown [162.255.23.22]) by mbob.nabble.com (Postfix) with ESMTP id 3621239877AD for ; Wed, 4 Jan 2017 06:15:04 -0800 (PST) Date: Wed, 4 Jan 2017 07:30:50 -0700 (MST) From: okieven To: users@camel.apache.org Message-ID: <1483540250861-5792145.post@n5.nabble.com> In-Reply-To: References: <1483518542735-5792131.post@n5.nabble.com> <1483534239250-5792141.post@n5.nabble.com> <1483535269020-5792143.post@n5.nabble.com> Subject: Re: Camel Aggregator issue MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit archived-at: Wed, 04 Jan 2017 14:31:04 -0000 Steve, the route looks like this (simplified): ${body} ${headers.currentMessage.messageFormatId} true ${headers.fileName} The SQL is like: select * from MESSAGES M where -any condition- order by M.MESSAGE_FORMAT_ID I will always get a list of Messages, ordered by the MFO ID. -- Oliver -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Aggregator-issue-tp5792131p5792145.html Sent from the Camel - Users mailing list archive at Nabble.com.