Forum Discussion
tstack
8 years agoFormer Employee
You might want to look into the FilePoller snap. You can then use a PipelineExecute snap to kick off a pipeline.
- tochen_snap8 years agoNew Contributor II
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.
- tstack8 years agoFormer Employee
Can you explain how it is different? What behavior is missing from the FilePoller?
- tochen_snap8 years agoNew Contributor II
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.