Fallback MfApi restart via MBean stop when IAgentProxy is unbounded.

Remote JMS clients cannot call IAgentProxy.restart; use stop/restart invoke like SMC.
This commit is contained in:
2026-07-24 10:19:29 +02:00
parent a89a7ad4b6
commit ada6b6ca83
5 changed files with 310 additions and 17 deletions
@@ -359,6 +359,8 @@ public sealed class SonicManagementClient : IDisposable
$"- JavaPath={_connection.JavaPath}\n" +
"- Dieselben ConnectionUrl/User/Pass wie beim SMC-Login\n" +
"SMC-ObjectName Beispiel: proalpha-test.ct-ZADBService:ID=AGENT → ContainerName=ct-ZADBService\n" +
"Hinweis: Bei 'unbounded client connector' nutzt das Tool MBean stop/restart (wie SMC),\n" +
"nicht nur IAgentProxy.restart.\n" +
"Hinweis: stopcontainer.bat wird nicht verwendet (SMC-only).");
}