How to get the number of current consumers of a durable queue ?

Hi, is there any native API (Java, NodeJS, GoLang) by which we can get the number of current consumers of a durable queue ?
one way is to use SEMP API (“GET /msgVpns/{msgVpnName}/queues/{queueName}/txFlows”).
We are looking if there way way to do the similar task using some native API.

Hi @triptesh , have you seen the SEMP over message bus feature? It enables you to send query commands over the messaging interface. The commands are SEMP format, but sent using any of the native APIs.

Hi @TomF , actually we don’t want to give consumers (kubernetes pods for our use case) SEMP access.

@triptesh SEMP over message bus gives read access only.