| |
|
| org.jboss.mq.server.jmx.QueueMBean
All known Subclasses: org.jboss.mq.server.jmx.Queue,
getInProcessMessageCount | int getInProcessMessageCount() throws Exception(Code) | | Gets the InprocessMessageCount attribute of the BasicQueue object
The ScheduledMessageCount value exception: Exception - Description of Exception |
getQueueDepth | int getQueueDepth() throws Exception(Code) | | Gets the QueueDepth attribute of the BasicQueue object
The QueueDepth value exception: Exception - Description of Exception |
getQueueName | String getQueueName()(Code) | | Get the queue name
the queue name |
getReceiversCount | int getReceiversCount()(Code) | | Get the number of active receivers
the number of receivers |
getScheduledMessageCount | int getScheduledMessageCount() throws Exception(Code) | | Gets the ScheduledMessageCount attribute of the BasicQueue object
The ScheduledMessageCount value exception: Exception - Description of Exception |
getSubscribersCount | int getSubscribersCount()(Code) | | Get the number of active subscribers
the number of subscribers |
listInProcessMessages | List listInProcessMessages() throws Exception(Code) | | List the in process messages
the messages throws: Exception - for any error |
listInProcessMessages | List listInProcessMessages(String selector) throws Exception(Code) | | List the in process messages matching a selector
Parameters: selector - the selector the messages throws: Exception - for any error |
listMessages | List listMessages(String selector) throws Exception(Code) | | List the messages matching a selector
Parameters: selector - the selector the messages throws: Exception - for any error |
listReceivers | List listReceivers()(Code) | | List the active receivers
the receivers |
listScheduledMessages | List listScheduledMessages() throws Exception(Code) | | List the scheduled messages
the messages throws: Exception - for any error |
listScheduledMessages | List listScheduledMessages(String selector) throws Exception(Code) | | List the scheduled messages matching a selector
Parameters: selector - the selector the messages throws: Exception - for any error |
listSubscribers | Collection listSubscribers()(Code) | | List the active subscribers
the subscribers |
|
|
|