In SOA 11g, you use File adapter to read files from the given location.
With this read operation it picks all the files at time.
If You want to configure File Adapters that it should pick one file at time from the given location with given polling interval.
Solution is :
You set the "SingleThreadModel" and "MaxRaiseSize" properties for your file adapter.
Edit the adapter's jca file and add the following properties:
property name="SingleThreadModel" value="true"
property name="MaxRaiseSize" value="1"
No comments:
Post a Comment