|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NetworkBridgeFilterFactory | |
---|---|
org.apache.activemq.broker.region.policy | The policies which can be associated with a particular destination or wildcard. |
org.apache.activemq.network | Support for federated networks of brokers. |
Uses of NetworkBridgeFilterFactory in org.apache.activemq.broker.region.policy |
---|
Methods in org.apache.activemq.broker.region.policy that return NetworkBridgeFilterFactory | |
---|---|
NetworkBridgeFilterFactory |
PolicyEntry.getNetworkBridgeFilterFactory()
|
Methods in org.apache.activemq.broker.region.policy with parameters of type NetworkBridgeFilterFactory | |
---|---|
void |
PolicyEntry.setNetworkBridgeFilterFactory(NetworkBridgeFilterFactory networkBridgeFilterFactory)
|
Uses of NetworkBridgeFilterFactory in org.apache.activemq.network |
---|
Classes in org.apache.activemq.network that implement NetworkBridgeFilterFactory | |
---|---|
class |
ConditionalNetworkBridgeFilterFactory
implement conditional behaviour for queue consumers, allows replaying back to origin if no consumers are present on the local broker after a configurable delay, irrespective of the networkTTL Also allows rate limiting of messages through the network, useful for static includes |
class |
DefaultNetworkBridgeFilterFactory
implement default behaviour, filter that will not allow resend to origin based on brokerPath and which respects networkTTL |
Fields in org.apache.activemq.network declared as NetworkBridgeFilterFactory | |
---|---|
protected NetworkBridgeFilterFactory |
DemandForwardingBridgeSupport.defaultFilterFactory
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |