When the Agent is terminated then all of the threads created by it are terminated as well when it’s stopped (the agent launcher waits a maximum of 500ms before it stops the other threads) - is it possible to encapsulate the sametime code you mentioned in another agent and start that from your existing agent?
I don’t understand why i should call another agent with the sametime code. This only moves the problem from one agent to another.
At the moment, i let the java agent wait until the sametime communication finished. But the waiting agent blocks the notes client.
I’m no notes developer (this is for a university project), but i thought, the java agent has his own thread and therefore will not block the UI of the Notes client. I’m confused.