The user should be able to get informations of a queue through the management
const queueInfo = await management.getQueueInfo("test-queue")
const messageCount = queueInfo.messageCount()
const consumerCount = queueInfo.consumerCount()
const leader = queueInfo.leader()