Hi All,
Thanks for all your suggestion!!!
This issue has now been resolved using a small code fix.
We were sending files via email in a loop, The file which was sent as an attachment to the email queue, grows in size for every iteration of the loop. As the loop runs as much as 600 odd times(in the current scenario), the trigger is slower to pick them up as the documents are big
In this case Even if we increase size of the storage, if the number of records in the file is going to increase even further, we may end up using all space.
So we have eliminated sending the emails in loop, instead we are sending a consolidate email now which has resolved the issue.
#webMethods#Integration-Server-and-ESB#webMethods-General