如何以编程方式断开连接到Solace设备的客户端?

问题描述:

由于Solace不支持通过消息总线上的SEMP删除和断开客户端连接,如

As Solace does not support deleting and disconnecting client via SEMP over a message bus, as mentioned here, may I know how do I do that programmatically? I need to manage clients, especially client connection from my application. Can I run trigger CLI scripts from my program to achieve that?

谢谢.

断开客户端连接是一项管理操作,只能由管理用户通过管理界面执行.客户端应用程序不允许执行此操作.

Disconnecting a client is an administrative action that can only be executed by management users over the management interface. Client applications are not allowed to execute this action.

要断开客户端的连接,可以使用管理用户通过管理界面发送SEMP命令. (不是通过Message Bus上的SEMP.)

To disconnect a client, you can send a SEMP command through the management interface using a management user. (Not via SEMP over Message Bus.)