We are using Jtext Adapter version 5.6.0 .
We have a problem of processing files in sequence in the order it came in to event directory I mean FIFO. We strictly want to process and send to queue in same order it came in to event directory.(even with mille seconds)
Can you advice how to achieve this .?
I would like to know what is significance if jms.NumConcurrentRequests the default value is 10 set in the config file . Is this causing the problem ?
jms.NumConcurrentRequests property will affect only the sequence in which the connector processes request messages from the request queue and writes data to the file. This will not affect the event notification mode of the connector.
While processing event files, to make the connector process files in FIFO order, set the property SortFilesOnTimestamp in the connector specific properties tab of the connector configuration file to true.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum