| Package | Description | 
|---|---|
| org.apache.activemq.broker.region | Region abstraction and implementations in the Broker. | 
| org.apache.activemq.broker.region.virtual | Implementation classes for Virtual Destinations | 
| org.apache.activemq.command | 
Command objects used via the Command Pattern to communicate among nodes | 
| org.apache.activemq.security | 
        Plugable Security Adapter framework along with default implementations such as the JAAS implementation. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | Destination | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BaseDestination | 
| class  | DestinationFilter | 
| class  | QueueThe Queue is a List of MessageEntry objects that are dispatched to matching
 subscriptions. | 
| class  | TempQueueThe Queue is a List of MessageEntry objects that are dispatched to matching
 subscriptions. | 
| class  | TempTopicThe Topic is a destination that sends a copy of a message to every active
 Subscription registered. | 
| class  | TopicThe Topic is a destination that sends a copy of a message to every active
 Subscription registered. | 
| Modifier and Type | Method and Description | 
|---|---|
| Message.MessageDestination | MessageReference. getRegionDestination() | 
| Message.MessageDestination | IndirectMessageReference. getRegionDestination() | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CompositeDestinationFilterRepresents a composite  Destinationwhere send()s are replicated to
 each Destination instance. | 
| class  | MappedQueueFilterCreates a mapped Queue that can recover messages from subscription recovery
 policy of its Virtual Topic. | 
| class  | SelectorAwareVirtualTopicInterceptor | 
| class  | VirtualTopicInterceptorA Destination which implements Virtual Topic | 
| Modifier and Type | Method and Description | 
|---|---|
| Message.MessageDestination | Message. getRegionDestination() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Message. setRegionDestination(Message.MessageDestination destination) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AuthorizationDestinationFilterAuthorizes addSubscription calls. | 
Copyright © 2005–2016 FuseSource, Corp.. All rights reserved.