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 |
ConnectionView |
Modifier and Type | Method and Description |
---|---|
ConnectionViewMBean |
ConnectionQuery.getConnection() |
ConnectionViewMBean |
BrokerFacadeSupport.getConnection(java.lang.String connectionName) |
ConnectionViewMBean |
BrokerFacade.getConnection(java.lang.String connectionName)
A specific connection to the broker.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ConnectionViewMBean> |
BrokerFacadeSupport.getConnections() |
java.util.Collection<ConnectionViewMBean> |
BrokerFacade.getConnections()
All connections to all transport connectors of the broker.
|
Copyright © 2005-2013 Red Hat, Inc.. All Rights Reserved.