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 class
DiscoveryNetworkConnector
A network connector which uses a discovery agent to detect the remote brokers available and setup a connection to each available remote brokerclass
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 logicalTransport
instance such as when using multicast.class
NetworkConnector
Connector class for bridging broker networks.Fields in org.apache.activemq.network declared as NetworkBridgeConfiguration Modifier and Type Field Description protected NetworkBridgeConfiguration
DemandForwardingBridgeSupport. configuration
Methods in org.apache.activemq.network with parameters of type NetworkBridgeConfiguration Modifier and Type Method Description static DemandForwardingBridge
NetworkBridgeFactory. createBridge(NetworkBridgeConfiguration configuration, Transport localTransport, Transport remoteTransport, NetworkBridgeListener listener)
Deprecated.static Transport
NetworkBridgeFactory. createLocalTransport(NetworkBridgeConfiguration configuration, URI uri)
DemandForwardingBridge
BridgeFactory. createNetworkBridge(NetworkBridgeConfiguration configuration, Transport localTransport, Transport remoteTransport, NetworkBridgeListener listener)
Create a network bridge between two specified transports.DemandForwardingBridge
NetworkBridgeFactory. 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 BrokerSubscriptionInfo
NetworkBridgeUtils. 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 boolean
NetworkBridgeUtils. matchesNetworkConfig(NetworkBridgeConfiguration config, ActiveMQDestination destination)
-