Version 21.1.2.3 |
Scroll |
Note: The Item reference numbers in the document are from the BluJay Solutions Control Tower issue tracking system and are intended for use by BluJay Solutions Support.
Item Ref. |
Summary |
---|---|
KCT-17533 |
Introduced a WSO2 Mediator for parallel processing of XML files based on their size
What’s Existing: In Control Tower, it is likely to receive few large files in source paths. Processing of such files is time-consuming and hindering the processing of smaller/other transactions in the queue. This in turn is affecting other business operations.
What’s New: The new WSO2 mediator will segregate the XML files and move them to separate folders based on their size as per configuration and process them in parellel. Below is an example of how different folders can be configured based on size of files. •DestinationPath1 - Files of sizes ranging from 0 MB to 1 MB will be directed to this folder (as per property fileSize1 set value). •DestinationPath2 - Files of sizes ranging from 1 MB to 3 MB will be directed to this folder (as per property fileSize2 set value). •DestinationPath3 - Files of sizes ranging from 3 MB to 5 MB will be directed to this folder (as per property fileSize3 set value). •DestinationPath4 - Files of sizes ranging from 5 MB to 20 MB will be directed to this folder (as per property fileSize4 set value).
NOTE: •Property values of 'fileSizex' can be configured as per user requirements. •Maximum of five folders (destination path folders) can only be created. |