JBoss

JMX MBean View

Back to Agent View Refresh MBean View

MBean description:

A deployable JBoss Messaging Queue

List of MBean attributes:

Name Type Access Value Description
Name java.lang.String R UPSScp The destination name
JNDIName java.lang.String RW The destination's JNDI name
ServerPeer javax.management.ObjectName RW View MBean The ObjectName of the server peer this destination was deployed on
DLQ javax.management.ObjectName RW The DLQ for this queue, overrides the default DLQ on the server peer
ExpiryQueue javax.management.ObjectName RW The expiry queue for this queue, overrides the default expiry queue on the server peer
RedeliveryDelay long RW The delay before redelivering
SecurityConfig org.w3c.dom.Element RW The destination's security configuration
CreatedProgrammatically boolean R False True if this destination was created programmatically
MessageCount int R 0 The number of messages in the queue
DeliveringCount int R 0 The number of messages currently being delivered
ScheduledMessageCount int R 0 The number of scheduled messages in the queue
MaxSize int RW The maximum number of messages this queue can hold before they are dropped
FullSize int RW The in-memory message limit, can only be set when queue is stopped
PageSize int RW The paging size, can only be set when queue is stopped
DownCacheSize int RW The write-cache size, can only be set when queue is stopped
Clustered boolean RW True False Is this a clustered destination?
MessageCounter org.jboss.jms.server.messagecounter.MessageCounter R Queue,Queue.UPSScp,-,-,0,0,0,0,- Get the message counter for the queue
MessageStatistics org.jboss.jms.server.messagecounter.MessageStatistics R Queue,Queue.UPSScp,-,-,0,0,0,0,- Get the message statistics for the queue
MessageCounterHistoryDayLimit int RW The day limit for the message counter
MaxDeliveryAttempts int RW The maximum delivery attempts to the queue
ConsumerCount int R 1 The number of consumers on the queue
Instance org.jboss.messaging.core.contract.MessagingComponent R ManagedQueue[UPSScp] The instance to be accessed by select plugins via a typed hard reference

List of MBean operations:


void create()

JBoss Service lifecycle operation


void start()

JBoss Service lifecycle operation


void stop()

JBoss Service lifecycle operation


void destroy()

JBoss Service lifecycle operation


void removeAllMessages()

Remove all messages in the queue


java.util.List listAllMessages()

List all messages


java.util.List listAllMessages()

List all messages with selector

Param ParamType ParamValue ParamDescription
selector java.lang.String Expression to define the selector

java.util.List listDurableMessages()

List durable messages


java.util.List listDurableMessages()

List durable messages with selector

Param ParamType ParamValue ParamDescription
selector java.lang.String Expression to define the selector

java.util.List listNonDurableMessages()

List non durable messages


java.util.List listNonDurableMessages()

List non durable messages with selector

Param ParamType ParamValue ParamDescription
selector java.lang.String Expression to define the selector

java.util.List listMessages()

List all messages which meet the condition described in selector

Param ParamType ParamValue ParamDescription
selector java.lang.String Expression to define the selector

void resetMessageCounter()

Reset the message counter


void resetMessageCounterHistory()

Reset the message counter history


java.lang.String listMessageCounterAsHTML()

Get the message counter as HTML


java.lang.String listMessageCounterHistoryAsHTML()

Get the message counter history as HTML