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 |
TopicView |
Modifier and Type | Method and Description |
---|---|
TopicViewMBean |
BrokerFacadeSupport.getTopic(java.lang.String name) |
TopicViewMBean |
BrokerFacade.getTopic(java.lang.String name)
Get the view of the topic with the specified name.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<TopicViewMBean> |
BrokerFacadeSupport.getTopics() |
java.util.Collection<TopicViewMBean> |
BrokerFacade.getTopics()
All topics known to the broker.
|
Copyright © 2005-2014 Red Hat, Inc.. All Rights Reserved.