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.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
PolicyEntry.baseConfiguration(Broker broker,
BaseDestination destination) |
Copyright © 2005-2012. All Rights Reserved.