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. -- 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.