Does Solace have some API call (possibly administrative) by which it can be determined that a topic or queue has at least one "alive" subscriber? For example, a call to return the count of active subscriptions on the topic?
The use case is determining, in a request/reply scenario, whether there is a server "listening" to the relevant endpoint. (Clearly, it would be pointless for a client to send a request if there is no server to respond. Instead, some form of remedial action would be called for.)