Uses of Class
org.apache.activemq.network.NetworkConnector
-
Packages that use NetworkConnector 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. -
-
Uses of NetworkConnector in org.apache.activemq.broker
Methods in org.apache.activemq.broker that return NetworkConnector Modifier and Type Method Description NetworkConnectorBrokerService. addNetworkConnector(String discoveryAddress)Adds a new network connector using the given discovery addressNetworkConnectorBrokerService. addNetworkConnector(URI discoveryAddress)Adds a new network connector using the given discovery addressNetworkConnectorBrokerService. addNetworkConnector(NetworkConnector connector)Adds a new network connector to connect this broker to a federated networkNetworkConnectorBrokerService. getNetworkConnectorByName(String connectorName)Methods in org.apache.activemq.broker that return types with arguments of type NetworkConnector Modifier and Type Method Description List<NetworkConnector>BrokerService. getNetworkConnectors()Methods in org.apache.activemq.broker with parameters of type NetworkConnector Modifier and Type Method Description NetworkConnectorBrokerService. addNetworkConnector(NetworkConnector connector)Adds a new network connector to connect this broker to a federated networkObjectNameBrokerService. 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 Constructor Description NetworkConnectorView(NetworkConnector connector) -
Uses of NetworkConnector in org.apache.activemq.network
Subclasses of NetworkConnector in org.apache.activemq.network Modifier and Type Class Description classDiscoveryNetworkConnectorA network connector which uses a discovery agent to detect the remote brokers available and setup a connection to each available remote brokerclassLdapNetworkConnectorclass 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.classMulticastNetworkConnectorA 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.
-