file and each consumer gets a different .ready file when each .data is
> ready for collection.
>
> Any thoughts?
>
> James
>
>
>
>
> -Original Message-
> From: Claus Ibsen [mailto:claus.ib...@gmail.com]
> Sent: 27 October 2014 19:03
> To: users@camel.apache.
: Questions about doneFileName
Hi
See
http://camel.apache.org/file-language.html
You should use:
doneFileName=${file:name.noext}.ready
On Mon, Oct 20, 2014 at 10:53 AM, BURN, James wrote:
> Sorry I should add, this is using ServiceMix 5.3.0 and camel 2.13.2
>
> Cheers
> J
>
> ---
gt; From: BURN, James [mailto:james.b...@oup.com]
> Sent: 20 October 2014 09:48
> To: users@camel.apache.org
> Subject: Questions about doneFileName
>
> Hi
>
> We are using ServiceMix to subscribe to a service by looking for "done files"
> (.ready) before download
Sorry I should add, this is using ServiceMix 5.3.0 and camel 2.13.2
Cheers
J
-Original Message-
From: BURN, James [mailto:james.b...@oup.com]
Sent: 20 October 2014 09:48
To: users@camel.apache.org
Subject: Questions about doneFileName
Hi
We are using ServiceMix to subscribe to a
Hi
We are using ServiceMix to subscribe to a service by looking for "done files"
(.ready) before downloading a copy of the data (.dat) files.
One problem we have is that once we have downloaded a copy of a data file we
must remove the .ready file but leave the .dat file
Here is my route: