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 D95A117DFE for ; Tue, 8 Sep 2015 15:44:48 +0000 (UTC) Received: (qmail 43415 invoked by uid 500); 8 Sep 2015 15:44:43 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 43367 invoked by uid 500); 8 Sep 2015 15:44:43 -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 43341 invoked by uid 99); 8 Sep 2015 15:44:43 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Sep 2015 15:44:43 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 977ECC01AB for ; Tue, 8 Sep 2015 15:44:42 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.899 X-Spam-Level: ** X-Spam-Status: No, score=2.899 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H2=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd4-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id kTRf_fI8z6LH for ; Tue, 8 Sep 2015 15:44:37 +0000 (UTC) Received: from mail-yk0-f171.google.com (mail-yk0-f171.google.com [209.85.160.171]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id D6C9320385 for ; Tue, 8 Sep 2015 15:44:36 +0000 (UTC) Received: by ykei199 with SMTP id i199so124709331yke.0 for ; Tue, 08 Sep 2015 08:44:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=FCWDWJfsFL8tgPRHMFczcIyrQgqOfXWK3OFvw+U0I54=; b=Rs1745kBWoTR76gM1UIhFXYK/gvf4Gj3KKaH8+yMYMcweOmwmLOgppgJxB/6NtWzmA k7S9ytH9hs3+/Hy6hGDVFur0WILwaWE1WW1nNohR45SZOfrOvtWzrZN+ufEXAv5lmBS5 8/QRUs+7qQEBm1jOP9L+CDnSAMPPe2TqbRlGWJo4sADjHiBh65gAMByzenkRM0z0V3n8 MXXILOLYy29DEMYBnVp8LG7iboOLGDOlxB3qgDBIVZgvgkqDuq3fozitdDonZq6MsWhY M6RwMdaWEBSffm7evsIlKhf6XPNzzrsBhsHcuuMSGHYrypCdbcay8DmScy8tDLCd7aYN +OFg== MIME-Version: 1.0 X-Received: by 10.170.63.85 with SMTP id f82mr29308179ykf.105.1441727075891; Tue, 08 Sep 2015 08:44:35 -0700 (PDT) Received: by 10.37.123.196 with HTTP; Tue, 8 Sep 2015 08:44:35 -0700 (PDT) Date: Tue, 8 Sep 2015 17:44:35 +0200 Message-ID: Subject: Trigger a event to a queue when File component starts processing files From: Felix Thomas To: users@camel.apache.org Content-Type: multipart/alternative; boundary=001a1139cc5838c317051f3e3ef0 --001a1139cc5838c317051f3e3ef0 Content-Type: text/plain; charset=UTF-8 hello, I am try to send a message to a queue when the file componenet starts processing any file. But I since I am using XML DSL not sure how to configure it. I am setting the Body with a different value just for the message. This is causing the processing to not go forward. Since I am using pararllelprocessing I can't write the logic inside the split since I am not sure if the First message will always the one I have sent First. I also thought of pollenrich but still I feel it will boil back to same issue. My route configured.is currently. Any ideas ? 8 START START ${property.CamelSplitIndex} > 0
........................ regards, Felix T --001a1139cc5838c317051f3e3ef0--