JMX MBean View647c07faf5bd |
Sat Dec 21 14:07:16 UTC 2024 |
Name | Domain | jboss.messaging.destination |
---|---|---|
service | Topic | |
name | testTopic | |
Java Class | org.jboss.mx.modelmbean.XMBean | |
Description | A deployable JBoss Messaging Topic |
Operation | Return Type | Description | Parameters |
---|---|---|---|
create | void | JBoss Service lifecycle operation | |
start | void | JBoss Service lifecycle operation | |
stop | void | JBoss Service lifecycle operation | |
destroy | void | JBoss Service lifecycle operation | |
jbossInternalLifecycle | void | JBoss internal lifecycle operation | |
removeAllMessages | void | Remove all messages | |
listAllSubscriptions | java.util.List | Return all subscriptions for the topic | |
listDurableSubscriptions | java.util.List | Return all durable subscriptions for the topic | |
listNonDurableSubscriptions | java.util.List | Return all non durable subscriptions for the topic | |
listAllSubscriptionsAsHTML | java.lang.String | Return all subscriptions for the topic in HTML | |
listDurableSubscriptionsAsHTML | java.lang.String | Return all durable subscriptions for the topic in HTML | |
listNonDurableSubscriptionsAsHTML | java.lang.String | Return all non durable subscriptions for the topic in HTML | |
listAllMessages | java.util.List | List all messages for the specified subscription | |
listAllMessages | java.util.List | List all messages for the specified subscription with the specified selector | |
listDurableMessages | java.util.List | List all durable messages for the specified subscription | |
listDurableMessages | java.util.List | List all durable messages for the specified subscription with the specified selector | |
listNonDurableMessages | java.util.List | List all non durable messages for the specified subscription | |
listNonDurableMessages | java.util.List | List all non durable messages for the specified subscription with the specified selector |