cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

File Listener Functionality

walkermic
New Contributor III

Does snapLogic provide any sort of file listener functionality to start a pipeline?

7 REPLIES 7

tstack
Former Employee

You might want to look into the FilePoller snap. You can then use a PipelineExecute snap to kick off a pipeline.

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

Can you explain how it is different? What behavior is missing from the FilePoller?

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