| Package | Description |
|---|---|
| org.apache.activemq.broker |
The core classes for the ActiveMQ Message Broker and its connectors.
|
| org.apache.activemq.broker.jmx |
JMX MBeans for the broker and its core connectors.
|
| Modifier and Type | Method and Description |
|---|---|
ProxyConnector |
BrokerService.addProxyConnector(ProxyConnector connector) |
ProxyConnector |
BrokerService.addProxyConnector(java.lang.String bindAddress)
Adds a new proxy connector using the given bind address
|
ProxyConnector |
BrokerService.addProxyConnector(java.net.URI bindAddress)
Adds a new proxy connector using the given bind address
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ProxyConnector> |
BrokerService.getProxyConnectors() |
| Modifier and Type | Method and Description |
|---|---|
ProxyConnector |
BrokerService.addProxyConnector(ProxyConnector connector) |
protected void |
BrokerService.registerProxyConnectorMBean(ProxyConnector connector) |
| Constructor and Description |
|---|
ProxyConnectorView(ProxyConnector connector) |
Copyright © 2005-2013 Red Hat, Inc.. All Rights Reserved.