Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.activemq.broker.region.policy Classes and Interfaces - 48 results found.
NameDescriptionTypePackageFramework
AbortSlowAckConsumerStrategyAbort 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.Classorg.apache.activemq.broker.region.policyApache ActiveMQ
AbortSlowConsumerStrategyClassorg.apache.activemq.broker.region.policyApache ActiveMQ
AbstractDeadLetterStrategyClassorg.apache.activemq.broker.region.policyApache ActiveMQ
ConstantPendingMessageLimitStrategyThis PendingMessageLimitStrategy is configured to a constant value for all subscriptions.Classorg.apache.activemq.broker.region.policyApache ActiveMQ
DeadLetterStrategyA strategy for choosing which destination is used for dead letter queue messages.Interfaceorg.apache.activemq.broker.region.policyApache ActiveMQ
DiscardingDeadLetterStrategyA DeadLetterStrategy where each destination has its own individual DLQ using the subject naming hierarchy.Classorg.apache.activemq.broker.region.policyApache ActiveMQ
DispatchPolicyAbstraction to allow different dispatching policies to be plugged into the topic region implementations.Interfaceorg.apache.activemq.broker.region.policyApache ActiveMQ
DispatchSelectorInterfaceorg.apache.activemq.broker.region.policyApache ActiveMQ
FilePendingDurableSubscriberMessageStoragePolicyClassorg.apache.activemq.broker.region.policyApache ActiveMQ
FilePendingQueueMessageStoragePolicyClassorg.apache.activemq.broker.region.policyApache ActiveMQ
FilePendingSubscriberMessageStoragePolicyClassorg.apache.activemq.broker.region.policyApache ActiveMQ
FixedCountSubscriptionRecoveryPolicyThis implementation of SubscriptionRecoveryPolicy will keep a fixed count of last messages.Classorg.apache.activemq.broker.region.policyApache ActiveMQ
FixedSizedSubscriptionRecoveryPolicyThis implementation of SubscriptionRecoveryPolicy will keep a fixed amount of memory available in RAM for message history which is evicted inClassorg.apache.activemq.broker.region.policyApache ActiveMQ
IndividualDeadLetterStrategyA DeadLetterStrategy where each destination has its own individual DLQ using the subject naming hierarchy.Classorg.apache.activemq.broker.region.policyApache ActiveMQ
LastImageSubscriptionRecoveryPolicyClassorg.apache.activemq.broker.region.policyApache ActiveMQ
MessageEvictionStrategyA strategy for evicting messages from slow consumers.Interfaceorg.apache.activemq.broker.region.policyApache ActiveMQ
MessageEvictionStrategySupportA useful base class for implementation inheritence.Classorg.apache.activemq.broker.region.policyApache ActiveMQ
MessageQueryRepresents some kind of query which will load initial messages from some source for a new topic subscriber.Interfaceorg.apache.activemq.broker.region.policyApache ActiveMQ
NoSubscriptionRecoveryPolicyThis SubscriptionRecoveryPolicy disable recovery of messages.Classorg.apache.activemq.broker.region.policyApache ActiveMQ
OldestMessageEvictionStrategyClassorg.apache.activemq.broker.region.policyApache ActiveMQ
OldestMessageWithLowestPriorityEvictionStrategyAn eviction strategy which evicts the oldest message with the lowest priority first.Classorg.apache.activemq.broker.region.policyApache ActiveMQ
PendingDurableSubscriberMessageStoragePolicyAbstraction to allow different policies for holding messages awaiting dispatch to active clientsInterfaceorg.apache.activemq.broker.region.policyApache ActiveMQ
PendingMessageLimitStrategyA pluggable strategy to calculate the maximum number of messages that are allowed to be pending on consumers (in addition to their prefetch sizes).Interfaceorg.apache.activemq.broker.region.policyApache ActiveMQ
PendingQueueMessageStoragePolicyAbstraction to allow different policies for holding messages awaiting dispatch on a QueueInterfaceorg.apache.activemq.broker.region.policyApache ActiveMQ
PendingSubscriberMessageStoragePolicyAbstraction to allow different policies for holding messages awaiting dispatch to active clientsInterfaceorg.apache.activemq.broker.region.policyApache ActiveMQ
PolicyEntryRepresents an entry in a PolicyMap for assigning policies to a specific destination or a hierarchical wildcard area of destinations.Classorg.apache.activemq.broker.region.policyApache ActiveMQ
PolicyMapRepresents a destination based configuration of policies so that individual destinations or wildcard hierarchies of destinations can be configured usingClassorg.apache.activemq.broker.region.policyApache ActiveMQ
PrefetchRatePendingMessageLimitStrategyThis PendingMessageLimitStrategy sets the maximum pending message limit value to be a multiplier of the prefetch limit of the subscription.Classorg.apache.activemq.broker.region.policyApache ActiveMQ
PriorityDispatchPolicyPriority dispatch policy that sends a message to every subscription that matches the message in consumer priority order.Classorg.apache.activemq.broker.region.policyApache ActiveMQ
PriorityNetworkDispatchPolicydispatch policy that ignores lower priority duplicate network consumers, used in conjunction with network bridge suppresDuplicateTopicSubscriptionsClassorg.apache.activemq.broker.region.policyApache ActiveMQ
QueryBasedSubscriptionRecoveryPolicyThis implementation of SubscriptionRecoveryPolicy will perform a user specific query mechanism to load any messages they may have missed.Classorg.apache.activemq.broker.region.policyApache ActiveMQ
RedeliveryPolicyMapRepresents a destination based configuration of policies so that individual destinations or wildcard hierarchies of destinations can be configured usingClassorg.apache.activemq.broker.region.policyApache ActiveMQ
RetainedMessageSubscriptionRecoveryPolicyThis implementation of SubscriptionRecoveryPolicy will only keep the last non-zero length message with the ActiveMQMessage.Classorg.apache.activemq.broker.region.policyApache ActiveMQ
RoundRobinDispatchPolicySimple dispatch policy that sends a message to every subscription that matches the message.Classorg.apache.activemq.broker.region.policyApache ActiveMQ
SharedDeadLetterStrategyA default implementation of DeadLetterStrategy which uses a constant destination.Classorg.apache.activemq.broker.region.policyApache ActiveMQ
SimpleDispatchPolicySimple dispatch policy that sends a message to every subscription that matches the message.Classorg.apache.activemq.broker.region.policyApache ActiveMQ
SimpleDispatchSelectorClassorg.apache.activemq.broker.region.policyApache ActiveMQ
SlowConsumerEntryClassorg.apache.activemq.broker.region.policyApache ActiveMQ
SlowConsumerStrategyInterfaceorg.apache.activemq.broker.region.policyApache ActiveMQ
StorePendingDurableSubscriberMessageStoragePolicyClassorg.apache.activemq.broker.region.policyApache ActiveMQ
StorePendingQueueMessageStoragePolicyClassorg.apache.activemq.broker.region.policyApache ActiveMQ
StrictOrderDispatchPolicyClassorg.apache.activemq.broker.region.policyApache ActiveMQ
SubscriptionRecoveryPolicyAbstraction to allow different recovery policies to be plugged into the region implementations.Interfaceorg.apache.activemq.broker.region.policyApache ActiveMQ
TimedSubscriptionRecoveryPolicyThis implementation of SubscriptionRecoveryPolicy will keep a timed buffer of messages around in memory and use that to recover newClassorg.apache.activemq.broker.region.policyApache ActiveMQ
UniquePropertyMessageEvictionStrategyClassorg.apache.activemq.broker.region.policyApache ActiveMQ
VMPendingDurableSubscriberMessageStoragePolicyClassorg.apache.activemq.broker.region.policyApache ActiveMQ
VMPendingQueueMessageStoragePolicyClassorg.apache.activemq.broker.region.policyApache ActiveMQ
VMPendingSubscriberMessageStoragePolicyClassorg.apache.activemq.broker.region.policyApache ActiveMQ