public interface JmsQueueMXBean extends ManagedObjectMXBean
resin:type=Queue,name=jms/myqueue,...
| Modifier and Type | Method and Description | 
|---|---|
| int | getConsumerCount()Returns the number of consumers for the queue. | 
| long | getListenerFailCountTotal()Returns the number of listener failures | 
| java.util.Date | getListenerFailLastTime()Returns the last time of listener failures | 
| int | getQueueSize()Returns the current size of the queue. | 
| int | getReceiverCount()Returns the number of consumers for the queue. | 
| java.lang.String | getUrl()Returns a URL describing the topic configuration. | 
getName, getObjectName, getTypejava.lang.String getUrl()
int getConsumerCount()
int getReceiverCount()
long getListenerFailCountTotal()
java.util.Date getListenerFailLastTime()
int getQueueSize()