Return-Path: Delivered-To: apmail-camel-users-archive@www.apache.org Received: (qmail 88805 invoked from network); 10 Dec 2009 10:16:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Dec 2009 10:16:13 -0000 Received: (qmail 69915 invoked by uid 500); 10 Dec 2009 10:16:12 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 69884 invoked by uid 500); 10 Dec 2009 10:16:12 -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 69874 invoked by uid 99); 10 Dec 2009 10:16:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Dec 2009 10:16:12 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of claus.ibsen@gmail.com designates 209.85.218.211 as permitted sender) Received: from [209.85.218.211] (HELO mail-bw0-f211.google.com) (209.85.218.211) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Dec 2009 10:16:09 +0000 Received: by bwz3 with SMTP id 3so7185261bwz.36 for ; Thu, 10 Dec 2009 02:15:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type; bh=9LkSdl9eglZD8eGjlVZNY6DOTjxLLEoTjL9nvPQgZbE=; b=rNRtDBE9MD8+d/t3BK3aBraqMfJMesqPQXJjXW5aTYeVS/ro/zaFpB1IT5kEBVcogt k40fgHWscDNro6bLA10vIN1lDvghjIADjQe5yCrU1ZFUPpBxRlEAzf9vtA7CZhmdMYq2 eFTw+O8Io5KXRBuAr+gUFfUmMyMpvI4T/Esjo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=o9uRHKfy5w3nj38x892SEWl+qwtBzSeLAeOjRlChGPfDUqG7+31qnSjLvjb5o1+/US kamuUfrzVveTpmY6+80UKrULZyZ52gkLBWvVLDLLLLfEEeMowyxdz+CBsqWZ4UzEX4pT PBcu8IPvt1WxSZFUwjCDJcaU/Ku6DIqEIykXI= MIME-Version: 1.0 Received: by 10.204.175.83 with SMTP id w19mr480559bkz.24.1260440148146; Thu, 10 Dec 2009 02:15:48 -0800 (PST) In-Reply-To: <26724824.post@talk.nabble.com> References: <26722926.post@talk.nabble.com> <5380c69c0912100153t33ff8880gf0e9190315acb387@mail.gmail.com> <26724824.post@talk.nabble.com> From: Claus Ibsen Date: Thu, 10 Dec 2009 11:15:28 +0100 Message-ID: <5380c69c0912100215p415e1ad0kc2fe86714aeb8e3e@mail.gmail.com> Subject: Re: Call local application To: users@camel.apache.org Content-Type: text/plain; charset=ISO-8859-1 On Thu, Dec 10, 2009 at 11:12 AM, SwenVogel wrote: > > Yes that's right, > > i just thought perhaps there is already some kind of "camel - way" to do > this. > So, i will write a consumer component that is capable of creating an local > input file from an message and than calling the application with optional > parameters. > Yeah we dont have a component for calling external applications. But we love contributions but as calling an external application often is very different per use case its might not that easy to create something that can be used by many others. I even think ANT have a great API for calling external applications. > Thanks. > > > Claus Ibsen-2 wrote: >> >> On Thu, Dec 10, 2009 at 8:07 AM, SwenVogel >> wrote: >>> >>> Hi, >>> >>> is there possibility to call an local application when an new message >>> arrives? >>> >>> The use case is very simple i pool for files with the ftp component or >>> receive files with the jetty component and when new files are present >>> i want's to route the message to some processing routes store the >>> message to an local file and finally call an local application >>> with the filename as an parameter. >>> >> >> There should be stuff in the JDK to call an external application. >> Just do a little google and you will found out how. >> >> >>> Thanks... >>> -- >>> View this message in context: >>> http://old.nabble.com/Call-local-application-tp26722926p26722926.html >>> Sent from the Camel - Users mailing list archive at Nabble.com. >>> >>> >> >> >> >> -- >> Claus Ibsen >> Apache Camel Committer >> >> Author of Camel in Action: http://www.manning.com/ibsen/ >> Open Source Integration: http://fusesource.com >> Blog: http://davsclaus.blogspot.com/ >> Twitter: http://twitter.com/davsclaus >> >> > > -- > View this message in context: http://old.nabble.com/Call-local-application-tp26722926p26724824.html > Sent from the Camel - Users mailing list archive at Nabble.com. > > -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus