in artemis-console-extension/artemis-extension/packages/artemis-console-plugin/src/artemis-service.ts [451:453]
async closeSession(connection: string, name: string) {
return jolokiaService.execute(await this.getBrokerObjectName(), CLOSE_SESSION_SIG, [connection, name]);
}