consumerCount

open suspend override fun consumerCount(name: String): UInt

Returns the number of consumers subscribed to a queue.

Return

Number of consumers subscribed to the queue.

Parameters

name

Name of the queue.