Uses of Package
org.apache.activemq.broker.region.policy
-
Packages that use org.apache.activemq.broker.region.policy Package Description org.apache.activemq The core JMS client API implementation classes.org.apache.activemq.broker The core classes for the ActiveMQ Message Broker and its connectors.org.apache.activemq.broker.jmx JMX MBeans for the broker and its core 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.org.apache.activemq.broker.util Some utility Broker Pluginsorg.apache.activemq.plugin org.apache.activemq.plugin.java org.apache.activemq.plugin.util -
Classes in org.apache.activemq.broker.region.policy used by org.apache.activemq Class Description RedeliveryPolicyMap 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 Class Description 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.jmx Class Description AbortSlowAckConsumerStrategy Abort 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.AbortSlowConsumerStrategy 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.region Class Description 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 topic region implementations.DispatchSelector Determines if a subscription can dispatch a message referenceMessageEvictionStrategy A strategy for evicting messages from slow consumers.PolicyMap Represents a destination based configuration of policies so that individual destinations or wildcard hierarchies of destinations can be configured using different policies.SimpleDispatchSelector Simple dispatch policy that determines if a message can be sent to a subscriptionSlowConsumerStrategy Interface for a strategy for dealing with slow consumersSubscriptionRecoveryPolicy 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 Class Description AbortSlowConsumerStrategy Abort slow consumers when they reach the configured threshold of slowness, default is slow for 30 secondsAbstractDeadLetterStrategy A strategy for choosing which destination is used for dead letter queue messages.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 topic region implementations.DispatchSelector Determines if a subscription can dispatch a message referenceMessageEvictionStrategy 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 clientsPendingMessageLimitStrategy 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 QueuePendingSubscriberMessageStoragePolicy Abstraction to allow different policies for holding messages awaiting dispatch to active clientsPolicyEntry Represents an entry in aPolicyMap
for assigning policies to a specific destination or a hierarchical wildcard area of destinations.SharedDeadLetterStrategy A default implementation ofDeadLetterStrategy
which uses a constant destination.SimpleDispatchPolicy Simple dispatch policy that sends a message to every subscription that matches the message.SlowConsumerEntry SlowConsumerStrategy Interface for a strategy for dealing with slow consumersSubscriptionRecoveryPolicy 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.util Class Description RedeliveryPolicyMap 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.plugin Class Description PolicyEntry Represents an entry in aPolicyMap
for assigning policies to a specific destination or a hierarchical wildcard area of destinations. -
Classes in org.apache.activemq.broker.region.policy used by org.apache.activemq.plugin.java Class Description PolicyEntry Represents an entry in aPolicyMap
for assigning policies to a specific destination or a hierarchical wildcard area of destinations. -
Classes in org.apache.activemq.broker.region.policy used by org.apache.activemq.plugin.util Class Description PolicyEntry Represents an entry in aPolicyMap
for assigning policies to a specific destination or a hierarchical wildcard area of destinations.