|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BaseDestination | |
---|---|
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 | |
---|---|
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 | |
---|---|
void |
PolicyEntry.baseConfiguration(BaseDestination destination)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |