On Tue, Jun 26, 2012 at 5:01 PM, stefzar <stef...@hotmail.com> wrote:
> Hello Camel Users,
>
> I have a Camel route consisting of a Polling Consumer and a Custom
> Processor. The Polling Consumer is configured by a "file:" URI. The Custom
> Processor recieves all polled messages and its logic relies on the
> "sendEmptyMessageWhenIdle" parameter configured in the file URI.
>
> Now I want to switch from file: to ftp:. How can I configure the ftp: URI to
> still send this EmptyMessage? Or in other words: What is the FTP equivalent
> of the "sendEmptyMessageWhenIdle" parameter supported in the file: URI?
>
> Currently I am using Camel version: 2.9.2
>
> Thank you in advance.
>

The ftp component inherits 99% of the options from the file component.
So that options should also be avail for the ftp.

>
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/Changing-from-file-consumer-to-ftp-consumer-tp5715125.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
FuseSource
Email: cib...@fusesource.com
Web: http://fusesource.com
Twitter: davsclaus, fusenews
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen

Reply via email to