Ajmal Hussain Abbasi is Integration Consultant By Profession with 13+ years experience in Integration domain mainly with TIBCO products. He has extensive practical knowledge of TIBCO Business Works, TIBCO Cloud, TIBCO Flogo, TIBCO Mashery, TIBCO Spotfire, EMS and TIBCO ActiveSpaces. He has worked on a number of highly critical integration projects in various sectors by using his skills in TIBCO Flogo, TIBCO API Management (Mashery), TCI, Tibco Designer, TIBCO Business Studio, Adapters, TIBCO EMS, RV, Administrator, TIBCO BE, TIBCO ActiveSpaces etc.
Ajmal Abbasi has experience with MuleSoft ESB as well.
Ajmal Abbasi is also experienced in the area of API Management particularly with WSO2 API management platforms.
Ajmal Abbasi is also experienced in developing solutions using Core Java and J2EE Technologies.
You can contact Ajmal Abbasi for Consultancy, Technical Assistance and Technical Discussions.
More Posts - Website - Facebook - LinkedIn - YouTube
Thanks a lot for sharing valuable information.
Please post a video or a blog on handling critical section multiple groups
very valuable information.. Thanks for posting..i have almost all the posting that you shared on different topics, very useful.. Can you please post tutorials for Business Events..
Hi Ajmal,
I want to create a BW which will constantly monitor a folder ( every 10 secs ) from 9.00am to 6.00pm and if a file/s lands in this folder in that time frame, to pick up the file/s and send it/them out. How can I achieve this ?
Dear Seet,
One approach is to use a file poller (with polling interval configured to 10 seconds) and then for every new file; check its lastModified time and process it accordingly.
Hi Ajmal,
Thanks for your response. Does that mean that I also check that the lastModified time is between 9:00am and 6:00pm ? I think the file poller does not allow the checking of lastModified time. So how can I do that i.e. check lastModified time ? Thanks again.
regards.
It will be available after File Poller activity,thereby if its not in the 9-6 time frame you can ignore the transition ,log and end it.