Uses of Class
org.apache.activemq.network.NetworkConnector
Packages that use NetworkConnector
Package
Description
The core classes for the ActiveMQ Message Broker and its connectors.
JMX MBeans for the broker and its core connectors.
Support for federated networks of brokers.
-
Uses of NetworkConnector in org.apache.activemq.broker
Methods in org.apache.activemq.broker that return NetworkConnectorModifier and TypeMethodDescriptionBrokerService.addNetworkConnector(String discoveryAddress) Adds a new network connector using the given discovery addressBrokerService.addNetworkConnector(URI discoveryAddress) Adds a new network connector using the given discovery addressBrokerService.addNetworkConnector(NetworkConnector connector) Adds a new network connector to connect this broker to a federated networkBrokerService.getNetworkConnectorByName(String connectorName) Methods in org.apache.activemq.broker that return types with arguments of type NetworkConnectorMethods in org.apache.activemq.broker with parameters of type NetworkConnectorModifier and TypeMethodDescriptionBrokerService.addNetworkConnector(NetworkConnector connector) Adds a new network connector to connect this broker to a federated networkBrokerService.createNetworkConnectorObjectName(NetworkConnector connector) voidBrokerService.registerNetworkConnectorMBean(NetworkConnector connector) booleanBrokerService.removeNetworkConnector(NetworkConnector connector) Removes the given network connector without stopping it.voidBrokerService.startNetworkConnector(NetworkConnector connector, ThreadPoolExecutor networkConnectorStartExecutor) voidBrokerService.startNetworkConnector(NetworkConnector connector, Set<org.apache.activemq.command.ActiveMQDestination> durableDestinations, ThreadPoolExecutor networkConnectorStartExecutor) protected voidBrokerService.unregisterNetworkConnectorMBean(NetworkConnector connector) -
Uses of NetworkConnector in org.apache.activemq.broker.jmx
Constructors in org.apache.activemq.broker.jmx with parameters of type NetworkConnector -
Uses of NetworkConnector in org.apache.activemq.network
Subclasses of NetworkConnector in org.apache.activemq.networkModifier and TypeClassDescriptionclassA network connector which uses a discovery agent to detect the remote brokers available and setup a connection to each available remote brokerclassclass 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.classA network connector which uses some kind of multicast-like transport that communicates with potentially many remote brokers over a single logicalTransportinstance such as when using multicast.