Uses of Package
org.apache.activemq.broker.region.policy
Packages that use org.apache.activemq.broker.region.policy
Package
Description
The core classes for the ActiveMQ Message Broker and its connectors.
JMX MBeans for the broker and its core connectors.
Region abstraction and implementations in the Broker.
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.brokerClassDescriptionRepresents 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.jmxClassDescriptionAbort slow consumers when they reach the configured threshold of slowness, default is that a consumer that has not Ack'd a message for 30 seconds is slow.Abort slow consumers when they reach the configured threshold of slowness, default is slow for 30 seconds
-
Classes in org.apache.activemq.broker.region.policy used by org.apache.activemq.broker.regionClassDescriptionA strategy for choosing which destination is used for dead letter queue messages.Abstraction to allow different dispatching policies to be plugged into the topic region implementations.Determines if a subscription can dispatch a message referenceA strategy for evicting messages from slow consumers.Represents a destination based configuration of policies so that individual destinations or wildcard hierarchies of destinations can be configured using different policies.Simple dispatch policy that determines if a message can be sent to a subscriptionInterface for a strategy for dealing with slow consumersAbstraction 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.policyClassDescriptionAbort slow consumers when they reach the configured threshold of slowness, default is slow for 30 secondsA strategy for choosing which destination is used for dead letter queue messages.A strategy for choosing which destination is used for dead letter queue messages.Abstraction to allow different dispatching policies to be plugged into the topic region implementations.Determines if a subscription can dispatch a message referenceA strategy for evicting messages from slow consumers.A useful base class for implementation inheritence.Represents some kind of query which will load initial messages from some source for a new topic subscriber.Abstraction to allow different policies for holding messages awaiting dispatch to active clientsA pluggable strategy to calculate the maximum number of messages that are allowed to be pending on consumers (in addition to their prefetch sizes).Abstraction to allow different policies for holding messages awaiting dispatch on a QueueAbstraction to allow different policies for holding messages awaiting dispatch to active clientsRepresents an entry in a
PolicyMapfor assigning policies to a specific destination or a hierarchical wildcard area of destinations.A default implementation ofDeadLetterStrategywhich uses a constant destination.Simple dispatch policy that sends a message to every subscription that matches the message.Interface for a strategy for dealing with slow consumersAbstraction to allow different recovery policies to be plugged into the region implementations.