Here is the issue:
Service A runs via the Schedular every minute. Service A’s results are published to the Broker.
Service B subscribes to Service A’s Broker publication. Service Bs conflicts with Service A. i.e. If service A and B run at the same time there are conflicts.
I assume I need to
1.) Have Service B check if service A is running, if service A is running Service B must wait until Service A is finished.
2.) Have Service A check if service B is running, if service B is running Service A must wait until Service B is finished running.
Does anyone know how to do these checks?
I know I could enable logging and check the audit log to see if the other service has completed running but I don’t want to take the performance hit caused by enabling audit logging and by having to read in a large file.
Thank you for the help!
#Flow-and-Java-services#webMethods#Integration-Server-and-ESB