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 classQueueThe Queue is a List of MessageEntry objects that are dispatched to matching subscriptions.classTempQueueThe Queue is a List of MessageEntry objects that are dispatched to matching subscriptions.classTempTopicThe Topic is a destination that sends a copy of a message to every active Subscription registered.classTopicThe 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 voidPolicyEntry. baseConfiguration(Broker broker, BaseDestination destination)voidPolicyEntry. baseUpdate(BaseDestination destination)voidPolicyEntry. baseUpdate(BaseDestination destination, Set<String> includedProperties)
-