| org.apache.activemq.network.jms | Support for a federated network using a foreign JMS provider. |
| ConnectionFilter | Abstraction that allows you to control which brokers a NetworkConnector connects bridges to. | code | html |
| NetworkBridge | Represents a network bridge interface | code | html |
| NetworkBridgeListener | called when a bridge fails | code | html |
| DemandForwardingBridgeSupport | A useful base class for implementing demand forwarding bridges. | code | html |
| NetworkConnector | code | html |
| CompositeDemandForwardingBridge | A demand forwarding bridge which works with multicast style transports where a single Transport could be communicating with multiple remote brokers | code | html |
| ConduitBridge | Consolidates subscriptions | code | html |
| DemandForwardingBridge | Forwards messages from the local broker to the remote broker based on demand. | code | html |
| DemandSubscription | Represents a network bridge interface | code | html |
| DiscoveryNetworkConnector | A network connector which uses a discovery agent to detect the remote brokers available and setup a connection to each available remote broker | code | html |
| DurableConduitBridge | Consolidates subscriptions | code | html |
| ForwardingBridge | Forwards all messages from the local broker to the remote broker. | code | html |
| 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. | code | html |
| 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. | code | html |
| NetworkBridgeConfiguration | Configuration for a NetworkBridge | code | html |
| NetworkBridgeFactory | Factory for network bridges | code | html |