Hi All, I have a usecase where I have to pull some files from a ftp location based on a trigger. Actually the trigger message will contain the file name and location.
-Trigger can be Quartz Trigger (With the message as the payload) or can be triggered by another service. - FTP endpoint will parse the exchange and get the file from the ftp location and send it to the target service configured for this endpoint. - I have configured a quartz endpoint with a CustomMarshaller and can get the message as expected. - I am writting a custom FTPReceiverEndpoint extending ProviderEndpoint (In similar lines of EIPEndpoint) I want to validate the approach and would like to know if there is any better approach available for this. Regards, Rabi -- View this message in context: http://www.nabble.com/Use-Case%3A-FTP-endpoint-Triggered-by-another-Service-tf4017616s12049.html#a11410007 Sent from the ServiceMix - User mailing list archive at Nabble.com.
