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 behavior for queue consumers, allows replaying back to
origin if no consumers are present on the local broker after a configurable
delay, irrespective of the TTL.
|
class |
DefaultNetworkBridgeFilterFactory
implement default behavior, filter that will not allow re-send to origin
based on brokerPath and which respects networkTTL
|
Modifier and Type | Field and Description |
---|---|
protected NetworkBridgeFilterFactory |
DemandForwardingBridgeSupport.defaultFilterFactory |
Copyright © 2005–2019 FuseSource, Corp.. All rights reserved.