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 |
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 |
---|---|
Message.MessageDestination |
IndirectMessageReference.getRegionDestination() |
Message.MessageDestination |
MessageReference.getRegionDestination() |
Modifier and Type | Class and Description |
---|---|
class |
CompositeDestinationFilter
Represents a composite
Destination where send()s are replicated to
each Destination instance. |
class |
MappedQueueFilter
Creates a mapped Queue that can recover messages from subscription recovery
policy of its Virtual Topic.
|
class |
SelectorAwareVirtualTopicInterceptor |
class |
VirtualTopicInterceptor
A 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 |
AuthorizationDestinationFilter
Authorizes addSubscription calls.
|
Copyright © 2005–2020 The Apache Software Foundation. All rights reserved.