How do I programmatically disconnect clients which are connected to Solace appliance?

时光怂恿深爱的人放手 提交于 2019-12-08 03:27:54

问题


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?

Thank you.


回答1:


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.

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



来源:https://stackoverflow.com/questions/36878813/how-do-i-programmatically-disconnect-clients-which-are-connected-to-solace-appli

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!