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.
|
org.apache.activemq.network |
Support for federated networks of brokers.
|
Modifier and Type | Method and Description |
---|---|
NetworkConnector |
BrokerService.addNetworkConnector(NetworkConnector connector)
Adds a new network connector to connect this broker to a federated
network
|
NetworkConnector |
BrokerService.addNetworkConnector(String discoveryAddress)
Adds a new network connector using the given discovery address
|
NetworkConnector |
BrokerService.addNetworkConnector(URI discoveryAddress)
Adds a new network connector using the given discovery address
|
NetworkConnector |
BrokerService.getNetworkConnectorByName(String connectorName) |
Modifier and Type | Method and Description |
---|---|
List<NetworkConnector> |
BrokerService.getNetworkConnectors() |
Modifier and Type | Method and Description |
---|---|
NetworkConnector |
BrokerService.addNetworkConnector(NetworkConnector connector)
Adds a new network connector to connect this broker to a federated
network
|
ObjectName |
BrokerService.createNetworkConnectorObjectName(NetworkConnector connector) |
void |
BrokerService.registerNetworkConnectorMBean(NetworkConnector connector) |
boolean |
BrokerService.removeNetworkConnector(NetworkConnector connector)
Removes the given network connector without stopping it.
|
void |
BrokerService.startNetworkConnector(NetworkConnector connector,
Set<ActiveMQDestination> durableDestinations,
ThreadPoolExecutor networkConnectorStartExecutor) |
void |
BrokerService.startNetworkConnector(NetworkConnector connector,
ThreadPoolExecutor networkConnectorStartExecutor) |
protected void |
BrokerService.unregisterNetworkConnectorMBean(NetworkConnector connector) |
Constructor and Description |
---|
NetworkConnectorView(NetworkConnector connector) |
Modifier and Type | Class and Description |
---|---|
class |
DiscoveryNetworkConnector
A network connector which uses a discovery agent to detect the remote brokers
available and setup a connection to each available remote broker
|
class |
LdapNetworkConnector
class to create dynamic network connectors listed in an directory server
using the LDAP v3 protocol as defined in RFC 2251, the entries listed in the
directory server must implement the ipHost and ipService objectClasses as
defined in RFC 2307.
|
class |
MulticastNetworkConnector
A network connector which uses some kind of multicast-like transport that
communicates with potentially many remote brokers over a single logical
Transport instance such as when using multicast. |
Copyright © 2005–2018. All rights reserved.