I have several scenarios when I need to stop the Notes Agent running. For example, the Agent may get into an infinite loop, or wait indefinitely for an external request to execute. I have tried running the commands :
- tell amgr quit (for Agents running amgr),
- tell http quit (for Agents started via http request). But in any case Agents keep on running and only rebooting Domino server helps.
Is there any way to stop running Agents? The question concerns Agents written both in LotusScript and Java.