Thanks for the info. I think the product is called “Enterprise Gateway” rather than “Enterprise Adapter.” I’ve tried to find additional tech info about it but have found only marketing babble.
To provide meaningful help, I’d need to know more about gateway and how/why it interacts with IS using triggers. Beyond that, a key thing to do is make sure your trigger services behave appropriately. You need to determine the root cause of why services sometimes “runs really slowly.” Killing a service/thread/document is the wrong point of attack, IMO. A service shouldn’t “crash”.
Placing a trigger service in a try/catch block is a good thing to do, as long as the catch block does something reasonable. For example, the “right” thing to do may be to throwExceptionForRetry.
In any case, using DocumentStore as a queue of sorts for your own process/doc delivery control is not really a viable option.
#webMethods#Integration-Server-and-ESB#Flow-and-Java-services