cancel
Showing results for 
Search instead for 
Did you mean: 

Reduce messages processed by FTP sender channel

valter_oliveira
Active Contributor
0 Kudos

Hello.

I have this FTP-JMS scenario that is done using BPE. It envolves a 7 step bpm that is called for each file found in source ftp server directory.

The sender ftp channel is working at every 10 seconds and sometimes it get more than 300 messages that will create in one time, 300 workflows.

Is there a way to configure the sender FTP channel, to make it work like: watch the directory in every 10 seconds (as it works today) but get only n files at a time?

Regards,

Valter Oliveira.

Accepted Solutions (0)

Answers (2)

Answers (2)

valter_oliveira
Active Contributor
0 Kudos

Solved by a workaround. Created a script in FTP server to do what I wanted PI to do.

prateek
Active Contributor
0 Kudos

There is no standard way for limiting maximum number of files. Changing sender QOS to EOIO can however slow down the process for you.

Regards,

Prateek