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
|
org.apache.activemq.security |
Plugable Security Adapter framework along with default implementations such as the JAAS implementation.
|
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,
ObjectName brokerObjectName,
TaskRunnerFactory taskRunnerFactory,
SystemUsage memoryManager,
DestinationFactory destinationFactory,
DestinationInterceptor destinationInterceptor,
Scheduler scheduler,
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() |
DestinationInterceptor[] |
CompositeDestinationInterceptor.getInterceptors() |
Modifier and Type | Method and Description |
---|---|
void |
CompositeDestinationInterceptor.setInterceptors(DestinationInterceptor[] interceptors) |
Constructor and Description |
---|
CompositeDestinationInterceptor(DestinationInterceptor[] interceptors) |
RegionBroker(BrokerService brokerService,
TaskRunnerFactory taskRunnerFactory,
SystemUsage memoryManager,
DestinationFactory destinationFactory,
DestinationInterceptor destinationInterceptor,
Scheduler scheduler,
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AuthorizationDestinationInterceptor
Adds AuthorizationDestinationFilter on intercept()
|
Copyright © 2005–2016 The Apache Software Foundation. All rights reserved.