I have a file consumer that uploads files to a server. It acts like a batch consumer, and uploads all the files an exits.
That part is perfect. The only problem I have is that if it gets run and there are NO files, it doesn't exit. I'm guessing there is an option that I'm missing. This is my source definition: - file:\\\\mac-server\\images\\stagefullscanthumbnails\\?initialDelay=0&delete=true Larry
