Uses of Interface
org.apache.activemq.broker.jmx.DurableSubscriptionViewMBean
-
Packages that use DurableSubscriptionViewMBean Package Description org.apache.activemq.broker.jmx JMX MBeans for the broker and its core connectors.org.apache.activemq.web Web Connectors so that messages can be sent via HTTP POST or read via HTTP POST or GET as well as support for web streaming to web browser or JavaScript clients. -
-
Uses of DurableSubscriptionViewMBean in org.apache.activemq.broker.jmx
Classes in org.apache.activemq.broker.jmx that implement DurableSubscriptionViewMBean Modifier and Type Class Description class
DurableSubscriptionView
class
InactiveDurableSubscriptionView
-
Uses of DurableSubscriptionViewMBean in org.apache.activemq.web
Methods in org.apache.activemq.web that return types with arguments of type DurableSubscriptionViewMBean Modifier and Type Method Description Collection<DurableSubscriptionViewMBean>
BrokerFacade. getDurableTopicSubscribers()
Active durable subscribers to topics of the broker.Collection<DurableSubscriptionViewMBean>
BrokerFacadeSupport. getDurableTopicSubscribers()
Collection<DurableSubscriptionViewMBean>
BrokerFacade. getInactiveDurableTopicSubscribers()
Inactive durable subscribers to topics of the broker.Collection<DurableSubscriptionViewMBean>
BrokerFacadeSupport. getInactiveDurableTopicSubscribers()
-