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 9A02B113A9 for ; Sun, 31 Aug 2014 16:24:09 +0000 (UTC) Received: (qmail 76520 invoked by uid 500); 31 Aug 2014 16:24:09 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 76465 invoked by uid 500); 31 Aug 2014 16:24:09 -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 76453 invoked by uid 99); 31 Aug 2014 16:24:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 31 Aug 2014 16:24:08 +0000 X-ASF-Spam-Status: No, hits=2.5 required=5.0 tests=FREEMAIL_REPLY,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of stan.ieugen@gmail.com designates 209.85.212.178 as permitted sender) Received: from [209.85.212.178] (HELO mail-wi0-f178.google.com) (209.85.212.178) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 31 Aug 2014 16:24:03 +0000 Received: by mail-wi0-f178.google.com with SMTP id r20so4864698wiv.17 for ; Sun, 31 Aug 2014 09:23:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=rhPXmNTScpOgi9ayAYG2uzVtMTbyhPMbzwOkiFDGGyY=; b=sSmS2WvFYUwtj79nPl7BXOJjgWsNy5gyIA1a8ahODaDKzQeCVU1Q2Bp/yW4YAklU5Y 7AoV0o4pnNFy9o/+w5g66HkP+qMfQp8oi9dDOQQ2QPJOtfCjAjsQf0Ud1Lm9emttdhfX mXyd9olH4Vh1hg+GvOpkyorGNQrV89EKxMnCqoMAEAbAi8Qtl/BXUOsbtGs/SJV1SmUZ NmPA2G6KepCXlD3xjDXtPETONGl5LLnvZGp1dP2dFM5BvIxXZGHNK1Y8Wcbv48OMIQd4 AwnS45+HDlCetgtMQ1ewnDG9hMt+xm9HbTL1/5foFeud+RB1SCXLjxZL54nxjb18hued e45A== MIME-Version: 1.0 X-Received: by 10.180.219.37 with SMTP id pl5mr16345279wic.26.1409502222249; Sun, 31 Aug 2014 09:23:42 -0700 (PDT) Received: by 10.216.13.136 with HTTP; Sun, 31 Aug 2014 09:23:42 -0700 (PDT) Received: by 10.216.13.136 with HTTP; Sun, 31 Aug 2014 09:23:42 -0700 (PDT) In-Reply-To: <5056B0C6-9F94-4344-85B7-8DDCB51A36A2@gmx.net> References: <5056B0C6-9F94-4344-85B7-8DDCB51A36A2@gmx.net> Date: Sun, 31 Aug 2014 19:23:42 +0300 Message-ID: Subject: Re: Question about using camel for a special use case From: Ioan Eugen Stan To: users@camel.apache.org Content-Type: multipart/alternative; boundary=001a1134d0c44477a40501ef4f7c X-Virus-Checked: Checked by ClamAV on apache.org --001a1134d0c44477a40501ef4f7c Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hello Christian, Camel is a good candidate for this type of job. Camel is well suited for continuos running processes. An alternative solution may be the new java batch api if you need a more batch like process. You can look at Apache Batchee or Spring Batch or even the java ee servers. Regards, Ioan Eugen Stan Pe 31.08.2014 12:39, "Christian Eugster" a scris: > Hi, > > I am new to camel. I have read parts of Camel in Action and explored the > camel website. I think about using camel for a special use case and I don= =E2=80=99t > know if this is realistic or even straight forward: I would like to use i= t > as follows: > > Sources are zip files or directories with a different amount of payloads > (say from single small files, single huge files (e.g. media files like .w= av > or .avi) to lots of small to huge files in one payload. Each source diffe= rs > from others in size and compositions. The files go through several steps > (processes), like converting into other file formats, checking integrity, > checking for viruses, extracting metadata, and so on (other steps may be > added). At last the files are written in a repository. > > Do you recommend to do this using camel? I am very interested in your > opinion. Thank you very much. > > Christian Eugster > > Christian Eugster > Grissian 14 > I-39010 Tisens > 0039 0473 420 873 > christian.eugster@gmx.net > > > > --001a1134d0c44477a40501ef4f7c--