1

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.

Community
  • 1
  • 1
Koon Sang
  • 319
  • 3
  • 12

1 Answers1

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.)

Russell Sim
  • 1,693
  • 2
  • 14
  • 22