Uses of Package
org.apache.activemq.broker.region.policy

Packages that use org.apache.activemq.broker.region.policy
org.apache.activemq.broker The core classes for the ActiveMQ Message Broker and its connectors. 
org.apache.activemq.broker.region Region abstraction and implementations in the Broker. 
org.apache.activemq.broker.region.policy The policies which can be associated with a particular destination or wildcard. 
 

Classes in org.apache.activemq.broker.region.policy used by org.apache.activemq.broker
PendingDurableSubscriberMessageStoragePolicy
          Abstraction to allow different policies for holding messages awaiting dispatch to active clients
PolicyMap
          Represents a destination based configuration of policies so that individual destinations or wildcard hierarchies of destinations can be configured using different policies.
 

Classes in org.apache.activemq.broker.region.policy used by org.apache.activemq.broker.region
DeadLetterStrategy
          A strategy for choosing which destination is used for dead letter queue messages.
DispatchPolicy
          Abstraction to allow different dispatching policies to be plugged into the region implementations.
MessageEvictionStrategy
          A strategy for evicting messages from slow consumers.
PendingDurableSubscriberMessageStoragePolicy
          Abstraction to allow different policies for holding messages awaiting dispatch to active clients
PolicyMap
          Represents a destination based configuration of policies so that individual destinations or wildcard hierarchies of destinations can be configured using different policies.
SubscriptionRecoveryPolicy
          Abstraction to allow different recovery policies to be plugged into the region implementations.
 

Classes in org.apache.activemq.broker.region.policy used by org.apache.activemq.broker.region.policy
DeadLetterStrategy
          A strategy for choosing which destination is used for dead letter queue messages.
DispatchPolicy
          Abstraction to allow different dispatching policies to be plugged into the region implementations.
MessageEvictionStrategy
          A strategy for evicting messages from slow consumers.
MessageEvictionStrategySupport
          A useful base class for implementation inheritence.
MessageQuery
          Represents some kind of query which will load initial messages from some source for a new topic subscriber.
PendingDurableSubscriberMessageStoragePolicy
          Abstraction to allow different policies for holding messages awaiting dispatch to active clients
PendingMessageLimitStrategy
          A pluggable strategy to calculate the maximum number of messages that are allowed to be pending on consumers (in addition to their prefetch sizes).
PendingQueueMessageStoragePolicy
          Abstraction to allow different policies for holding messages awaiting dispatch on a Queue
PolicyEntry
          Represents an entry in a PolicyMap for assigning policies to a specific destination or a hierarchical wildcard area of destinations.
SubscriptionRecoveryPolicy
          Abstraction to allow different recovery policies to be plugged into the region implementations.
 



Copyright © 2009 Apache Software Foundation. All Rights Reserved.