| Package | Description |
|---|---|
| org.apache.activemq.broker |
The core classes for the ActiveMQ Message Broker and its connectors.
|
| org.apache.activemq.broker.jmx |
JMX MBeans for the broker and its core connectors.
|
| org.apache.activemq.broker.region |
Region abstraction and implementations in the Broker.
|
| org.apache.activemq.broker.region.virtual |
Implementation classes for Virtual Destinations
|
| Modifier and Type | Method and Description |
|---|---|
protected DestinationInterceptor[] |
BrokerService.createDefaultDestinationInterceptor()
Create the default destination interceptor
|
DestinationInterceptor[] |
BrokerService.getDestinationInterceptors() |
| Modifier and Type | Method and Description |
|---|---|
protected Broker |
BrokerService.createRegionBroker(DestinationInterceptor destinationInterceptor) |
void |
BrokerService.setDestinationInterceptors(DestinationInterceptor[] destinationInterceptors)
Sets the destination interceptors to use
|
| Constructor and Description |
|---|
ManagedRegionBroker(BrokerService brokerService,
ManagementContext context,
javax.management.ObjectName brokerObjectName,
TaskRunnerFactory taskRunnerFactory,
SystemUsage memoryManager,
DestinationFactory destinationFactory,
DestinationInterceptor destinationInterceptor,
Scheduler scheduler,
java.util.concurrent.ThreadPoolExecutor executor) |
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeDestinationInterceptor
Represents a Composite Pattern of a
DestinationInterceptor |
| Modifier and Type | Method and Description |
|---|---|
DestinationInterceptor |
RegionBroker.getDestinationInterceptor() |
| Constructor and Description |
|---|
CompositeDestinationInterceptor(DestinationInterceptor[] interceptors) |
RegionBroker(BrokerService brokerService,
TaskRunnerFactory taskRunnerFactory,
SystemUsage memoryManager,
DestinationFactory destinationFactory,
DestinationInterceptor destinationInterceptor,
Scheduler scheduler,
java.util.concurrent.ThreadPoolExecutor executor) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
VirtualDestination
Represents some kind of virtual destination.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeDestination |
class |
CompositeQueue
Represents a virtual queue which forwards to a number of other destinations.
|
class |
CompositeTopic
Represents a virtual topic which forwards to a number of other destinations.
|
class |
MirroredQueue
Creates Mirrored
Queue using a prefix and postfix to define the topic name on which to mirror the queue to.
|
class |
VirtualDestinationInterceptor
Implements Virtual Topics.
|
class |
VirtualTopic
Creates Virtual
Topics using a prefix and postfix.
|
Copyright © 2005-2013 Red Hat, Inc.. All Rights Reserved.