Uses of Class
org.apache.activemq.network.NetworkBridgeConfiguration
-
Packages that use NetworkBridgeConfiguration Package Description org.apache.activemq.network Support for federated networks of brokers.org.apache.activemq.util -
-
Uses of NetworkBridgeConfiguration in org.apache.activemq.network
Subclasses of NetworkBridgeConfiguration 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.classNetworkConnectorConnector class for bridging broker networks.Fields in org.apache.activemq.network declared as NetworkBridgeConfiguration Modifier and Type Field Description protected NetworkBridgeConfigurationDemandForwardingBridgeSupport. configurationMethods in org.apache.activemq.network with parameters of type NetworkBridgeConfiguration Modifier and Type Method Description static DemandForwardingBridgeNetworkBridgeFactory. createBridge(NetworkBridgeConfiguration configuration, Transport localTransport, Transport remoteTransport, NetworkBridgeListener listener)Deprecated.static TransportNetworkBridgeFactory. createLocalTransport(NetworkBridgeConfiguration configuration, URI uri)DemandForwardingBridgeBridgeFactory. createNetworkBridge(NetworkBridgeConfiguration configuration, Transport localTransport, Transport remoteTransport, NetworkBridgeListener listener)Create a network bridge between two specified transports.DemandForwardingBridgeNetworkBridgeFactory. createNetworkBridge(NetworkBridgeConfiguration configuration, Transport localTransport, Transport remoteTransport, NetworkBridgeListener listener) -
Uses of NetworkBridgeConfiguration in org.apache.activemq.util
Methods in org.apache.activemq.util with parameters of type NetworkBridgeConfiguration Modifier and Type Method Description static BrokerSubscriptionInfoNetworkBridgeUtils. getBrokerSubscriptionInfo(BrokerService brokerService, NetworkBridgeConfiguration config)Generate the BrokerSubscriptionInfo which is used to tell the broker on the other side of the network bridge which NC durable subscriptions are still needed for demand.static booleanNetworkBridgeUtils. matchesNetworkConfig(NetworkBridgeConfiguration config, ActiveMQDestination destination)
-