Uses of Class
org.apache.activemq.broker.region.BaseDestination
Packages that use BaseDestination
Package
Description
Region abstraction and implementations in the Broker.
The policies which can be associated with a particular destination or wildcard.
-
Uses of BaseDestination in org.apache.activemq.broker.region
Subclasses of BaseDestination in org.apache.activemq.broker.regionModifier and TypeClassDescriptionclassThe Queue is a List of MessageEntry objects that are dispatched to matching subscriptions.classThe Queue is a List of MessageEntry objects that are dispatched to matching subscriptions.classThe Topic is a destination that sends a copy of a message to every active Subscription registered.classThe Topic is a destination that sends a copy of a message to every active Subscription registered. -
Uses of BaseDestination in org.apache.activemq.broker.region.policy
Methods in org.apache.activemq.broker.region.policy with parameters of type BaseDestinationModifier and TypeMethodDescriptionvoidPolicyEntry.baseConfiguration(Broker broker, BaseDestination destination) voidPolicyEntry.baseUpdate(BaseDestination destination) voidPolicyEntry.baseUpdate(BaseDestination destination, Set<String> includedProperties)