QueueMBean

public class QueueMBean

Represents a JMS queue. Holds information about the queue statistics.

Constructors

QueueMBean

public QueueMBean(String destination)

Methods

getConsumerCount

public long getConsumerCount()

getDequeueCount

public long getDequeueCount()

getDestination

public String getDestination()

getEnqueueCount

public long getEnqueueCount()

getExpiredCount

public long getExpiredCount()

getInflightCount

public long getInflightCount()

getQueueSize

public long getQueueSize()

setConsumerCount

public void setConsumerCount(long consumerCount)

setDequeueCount

public void setDequeueCount(long dequeueCount)

setDestination

public void setDestination(String destination)

setEnqueueCount

public void setEnqueueCount(long enqueueCount)

setExpiredCount

public void setExpiredCount(long expiredCount)

setInflightCount

public void setInflightCount(long inflightCount)

setQueueSize

public void setQueueSize(long queueSize)