JMX MBean View

647c07faf5bd

Fri Apr 19 15:53:07 UTC 2024
 
NameDomainjboss.messaging.destination
serviceTopic
nametestTopic
Java Classorg.jboss.mx.modelmbean.XMBean
DescriptionA deployable JBoss Messaging Topic

Attribute Name Access Type Description Attribute Value
Name R java.lang.String The destination name
testTopic    
JNDIName RW java.lang.String The destination's JNDI name
    
ServerPeer RW javax.management.ObjectName The ObjectName of the server peer this destination was deployed on

View MBean

DLQ RW javax.management.ObjectName The DLQ for this queue, overrides the default DLQ on the server peer
    
ExpiryQueue RW javax.management.ObjectName The expiry queue for this queue, overrides the default expiry queue on the server peer
    
RedeliveryDelay RW long The delay before redelivering
    
SecurityConfig RW org.w3c.dom.Element The destination's security configuration
    
CreatedProgrammatically R boolean True if this destination was created programmatically
False    
MaxSize RW int The maximum number of messages subscriptions of this topic can hold before they are dropped
    
FullSize RW int The in-memory message limit, can only be set when topic is stopped
    
PageSize RW int The paging size, can only be set when topic is stopped
    
DownCacheSize RW int The write-cache size, can only be set when topic is stopped
    
Clustered RW boolean Is this a clustered destination?
TrueFalse    
MessageCounterHistoryDayLimit RW int The day limit for the message counters of this topic
    
MaxDeliveryAttempts RW int The maximum delivery attempts to the topic
    
MessageCounters R java.util.List The message counters for the topic
[]    
AllMessageCount R int The count of all messages in all subscriptions of this topic
0    
DurableMessageCount R int The count of all messages in all durable subscriptions of this topic
0    
NonDurableMessageCount R int The count of all messages in all non durable subscriptions of this topic
0    
AllSubscriptionsCount R int The count of all subscriptions of this topic
0    
DurableSubscriptionsCount R int The count of all durable subscriptions of this topic
0    
NonDurableSubscriptionsCount R int The count of all non durable subscriptions of this topic
0    
Instance R org.jboss.messaging.core.contract.MessagingComponent The instance to be accessed by select plugins via a typed hard reference
org.jboss.jms.server.destination.ManagedTopic@7d2d7299    


Operation Return Type Description Parameters
create void JBoss Service lifecycle operation
[no parameters]
start void JBoss Service lifecycle operation
[no parameters]
stop void JBoss Service lifecycle operation
[no parameters]
destroy void JBoss Service lifecycle operation
[no parameters]
jbossInternalLifecycle void JBoss internal lifecycle operation
method java.lang.String The lifecycle method
removeAllMessages void Remove all messages
[no parameters]
listAllSubscriptions java.util.List Return all subscriptions for the topic
[no parameters]
listDurableSubscriptions java.util.List Return all durable subscriptions for the topic
[no parameters]
listNonDurableSubscriptions java.util.List Return all non durable subscriptions for the topic
[no parameters]
listAllSubscriptionsAsHTML java.lang.String Return all subscriptions for the topic in HTML
[no parameters]
listDurableSubscriptionsAsHTML java.lang.String Return all durable subscriptions for the topic in HTML
[no parameters]
listNonDurableSubscriptionsAsHTML java.lang.String Return all non durable subscriptions for the topic in HTML
[no parameters]
listAllMessages java.util.List List all messages for the specified subscription
subscriptionID java.lang.String The subscription id
listAllMessages java.util.List List all messages for the specified subscription with the specified selector
subscriptionID java.lang.String The subscription id
selector java.lang.String The selector
listDurableMessages java.util.List List all durable messages for the specified subscription
subscriptionID java.lang.String The subscription id
listDurableMessages java.util.List List all durable messages for the specified subscription with the specified selector
subscriptionID java.lang.String The subscription id
selector java.lang.String The selector
listNonDurableMessages java.util.List List all non durable messages for the specified subscription
subscriptionID java.lang.String The subscription id
listNonDurableMessages java.util.List List all non durable messages for the specified subscription with the specified selector
subscriptionID java.lang.String The subscription id
selector java.lang.String The selector