Package | Description |
---|---|
org.apache.activemq |
The core JMS client API implementation classes.
|
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.thread | |
org.apache.activemq.transport.vm |
In-JVM based Transport implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
ActiveMQSessionExecutor
A utility class used by the Session for dispatching messages asynchronously
to consumers
|
Modifier and Type | Class and Description |
---|---|
class |
TransportConnection |
Modifier and Type | Class and Description |
---|---|
class |
ManagedTransportConnection
A managed transport connection
|
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 | Class and Description |
---|---|
class |
CompositeDestinationFilter
Represents a composite
Destination where send()s are replicated to
each Destination instance. |
class |
SelectorAwareVirtualTopicInterceptor |
class |
VirtualTopicInterceptor
A Destination which implements Virtual Topic
|
Modifier and Type | Method and Description |
---|---|
TaskRunner |
TaskRunnerFactory.createTaskRunner(Task task,
String name) |
Constructor and Description |
---|
DeterministicTaskRunner(Executor executor,
Task task)
Constructor
|
Modifier and Type | Class and Description |
---|---|
class |
VMTransport
A Transport implementation that uses direct method invocations.
|
Copyright © 2005–2014. All rights reserved.