09-18-2018 12:29 PM
Does snapLogic provide any sort of file listener functionality to start a pipeline?
09-19-2018 09:47 AM
You might want to look into the FilePoller snap. You can then use a PipelineExecute snap to kick off a pipeline.
10-09-2018 11:57 AM
i think fileListener is diff from filePoller. i think the filelistener feature is very important. Many integration tools (like iWay and IIB) have this feature.
10-09-2018 04:23 PM
Can you explain how it is different? What behavior is missing from the FilePoller?
10-10-2018 06:34 AM
The FileListener should be something like JMSConsumer. The FileListener processes a file only once and It need to remove out/delete the file after processed.