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.
|
Modifier and Type | Class and Description |
---|---|
class |
DurableSubscriptionView |
class |
InactiveDurableSubscriptionView |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<DurableSubscriptionViewMBean> |
BrokerFacadeSupport.getDurableTopicSubscribers() |
java.util.Collection<DurableSubscriptionViewMBean> |
BrokerFacade.getDurableTopicSubscribers()
Active durable subscribers to topics of the broker.
|
java.util.Collection<DurableSubscriptionViewMBean> |
BrokerFacadeSupport.getInactiveDurableTopicSubscribers() |
java.util.Collection<DurableSubscriptionViewMBean> |
BrokerFacade.getInactiveDurableTopicSubscribers()
Inactive durable subscribers to topics of the broker.
|
Copyright © 2005-2013 Red Hat, Inc.. All Rights Reserved.