Return-Path: Delivered-To: apmail-activemq-camel-dev-archive@locus.apache.org Received: (qmail 52725 invoked from network); 19 Nov 2008 10:53:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Nov 2008 10:53:16 -0000 Received: (qmail 30320 invoked by uid 500); 19 Nov 2008 10:53:24 -0000 Delivered-To: apmail-activemq-camel-dev-archive@activemq.apache.org Received: (qmail 30300 invoked by uid 500); 19 Nov 2008 10:53:24 -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 30288 invoked by uid 99); 19 Nov 2008 10:53:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Nov 2008 02:53:24 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of claus.ibsen@gmail.com designates 74.125.92.149 as permitted sender) Received: from [74.125.92.149] (HELO qw-out-1920.google.com) (74.125.92.149) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Nov 2008 10:52:02 +0000 Received: by qw-out-1920.google.com with SMTP id 9so1292446qwj.26 for ; Wed, 19 Nov 2008 02:52:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=XfmGgyXwA9+/W5i3FuHaZPUnkj7SZf7amhQPJfee3ZE=; b=Mi4j959T0oyjuw9Q4YqxiirKsmFUMpbXv1PvDQgBPh/sWOeurdxBxSCwdDqTzPCD2D /pOj9MzG6tgADogh/Qs9yuvaomyPaTjs/zsfGSg95fnhw7yAOraYBPI1cteA4qZQLjWM QVeM32/kR9ra00e39AbkCkw1ZDB+eblnZ5EX8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=doU4gVHVAItiSt2E7LNLMKVnKVal8YAZdlg+tq9NCtn1iOH7jOJYUQlVUW+6b9gX7L YJJg997/xgs4y9KoxDLxS/K2LHE7O0t1gYj5tFyJvruCkbfahtvL+F+gFARUzhc1AoFR 1fyqjcMe5ZGePHhWD888CFRjNTJpI7p3BRDtU= Received: by 10.214.218.4 with SMTP id q4mr874269qag.332.1227091956657; Wed, 19 Nov 2008 02:52:36 -0800 (PST) Received: by 10.214.114.4 with HTTP; Wed, 19 Nov 2008 02:52:36 -0800 (PST) Message-ID: <5380c69c0811190252y12abffeag5a075b229d2b403a@mail.gmail.com> Date: Wed, 19 Nov 2008 11:52:36 +0100 From: "Claus Ibsen" To: camel-dev@activemq.apache.org Subject: Re: Deprecation of file consumer timestamp In-Reply-To: <4923ED1A.1000301@skynet.be> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <2748945d0811181057w760b0be7g4b23b372394b90b4@mail.gmail.com> <49231A78.8070802@skynet.be> <2748945d0811181904n2c9f5d37ufee7943d4f499495@mail.gmail.com> <5380c69c0811190135o509a41ale3b0ff0c5fd149ee@mail.gmail.com> <5380c69c0811190139i49a494cbh4f65df819d026a3a@mail.gmail.com> <4923ED1A.1000301@skynet.be> X-Virus-Checked: Checked by ClamAV on apache.org > FWIW, I actually like the simple noop one for creating unit tests because it > allows you to just refer to the /src/test/resources folder in your project > instead of having to copy them to a work folder first. Yeah here it has a good purpose. I guess James Strachan and others have used it in unit testing other components, to get some payload from a file. Maybe the postAction=noop should be supported ;) /Claus