Uses of Class
org.apache.activemq.broker.region.BaseDestination
-
Packages that use BaseDestination Package Description 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. -
-
Uses of BaseDestination in org.apache.activemq.broker.region
Subclasses of BaseDestination in org.apache.activemq.broker.region Modifier and Type Class Description class
Queue
The Queue is a List of MessageEntry objects that are dispatched to matching subscriptions.class
TempQueue
The Queue is a List of MessageEntry objects that are dispatched to matching subscriptions.class
TempTopic
The Topic is a destination that sends a copy of a message to every active Subscription registered.class
Topic
The 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 BaseDestination Modifier and Type Method Description void
PolicyEntry. baseConfiguration(Broker broker, BaseDestination destination)
void
PolicyEntry. baseUpdate(BaseDestination destination)
void
PolicyEntry. baseUpdate(BaseDestination destination, Set<String> includedProperties)
-