Hi everyone,
I am posting here is to get some help from you regarding the schedule control.
On our webMethods,B2B and EAI are separate packages but on the same IS.It causes we need to set up many schedulers(120 +).
To manage the scheduler easier and reduce the quantity of the scheduler on IS,we try to use database table + local publish to control the schedule job.It means set up the schedule jobs on the table and scan this table frequently,select the schedule jobs and publish them,the corresponding service would be triggered and executed.
But it has problems time to time,it is said,webMethods support center,the local publish has a limited storage so sometimes the publishable documents blocked one the queues so that the scheduler didn’t get to run.
I want to know how do you think about the schedule control like this?Can you share some ideas to me if you have the same situation?How about to use doInvoke to replace the local publish here?
Thanks in advance!
Kenny
#Integration-Server-and-ESB#webMethods#Flow-and-Java-services