| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkBridgeFilterFactory |
PolicyEntry.getNetworkBridgeFilterFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
PolicyEntry.setNetworkBridgeFilterFactory(NetworkBridgeFilterFactory networkBridgeFilterFactory) |
| Modifier and Type | Class and Description |
|---|---|
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
|
| Modifier and Type | Field and Description |
|---|---|
protected NetworkBridgeFilterFactory |
DemandForwardingBridgeSupport.defaultFilterFactory |
Copyright © 2005-2012. All Rights Reserved.