Package | Description |
---|---|
org.apache.activemq.advisory |
Support for JMS Advisory messages as well as some helper listeners to listen to the clients, producers and consumers available.
|
org.apache.activemq.thread | |
org.apache.activemq.transport |
The core Transport abstraction and support classes
|
org.apache.activemq.transport.discovery |
Discovery mechanism to discover brokers and clients.
|
org.apache.activemq.transport.discovery.masterslave |
Static discovery implementation for a Master / Slave tuple
|
org.apache.activemq.transport.discovery.multicast |
Discovery implementation using multicast
|
org.apache.activemq.transport.discovery.simple |
Simple discovery implementation using a static list
|
org.apache.activemq.transport.discovery.zeroconf | |
org.apache.activemq.transport.failover |
Fail-Over Transport which will automatically reconnect to a failed transport and choose one of a list of possible transport implementations to use.
|
org.apache.activemq.transport.fanout |
Fan-out Transport implementation which ensures that a message is sent to multiple destinations such as to ensure multiple brokers received a message for non-durable topic delivery to improve redundancy
|
org.apache.activemq.transport.mock |
A mock implementation of the Transport layer useful for testing
|
org.apache.activemq.transport.multicast |
A Multicast based Transport implementation.
|
org.apache.activemq.transport.nio | |
org.apache.activemq.transport.reliable |
The Reliable transport deals with out of order commands as well as dealing with checking for missed commands and possibly re-requesting the replay of dropped commands.
|
org.apache.activemq.transport.tcp |
TCP/IP based Transport implementation.
|
org.apache.activemq.transport.udp |
UDP based Transport implementation.
|
org.apache.activemq.usage | |
org.apache.activemq.util |
Modifier and Type | Class and Description |
---|---|
class |
ConsumerEventSource
An object which can be used to listen to the number of active consumers
available on a given destination.
|
class |
ProducerEventSource
An object which can be used to listen to the number of active consumers
available on a given destination.
|
Modifier and Type | Class and Description |
---|---|
class |
Scheduler |
Modifier and Type | Interface and Description |
---|---|
interface |
CompositeTransport |
interface |
Transport
Represents the client side of a transport allowing messages to be sent
synchronously, asynchronously and consumed.
|
interface |
TransportServer
A TransportServer asynchronously accepts
Transport objects and then
delivers those objects to a TransportAcceptListener . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractInactivityMonitor
Used to make sure that commands are arriving periodically from the peer of
the transport.
|
class |
CommandJoiner
Joins together of partial commands which were split into individual chunks of
data.
|
class |
InactivityMonitor
Used to make sure that commands are arriving periodically from the peer of
the transport.
|
class |
MarshallingTransportFilter |
class |
MutexTransport
Thread safe Transport Filter that serializes calls to and from the Transport Stack.
|
class |
ResponseCorrelator
Adds the incrementing sequence number to commands along with performing the
correlation of responses to requests to create a blocking request-response
semantics.
|
class |
ThreadNameFilter
The thread name filter, modifies the name of the thread during the invocation to a transport.
|
class |
TransportFilter |
class |
TransportServerFilter |
class |
TransportServerSupport
A useful base class for implementations of
TransportServer |
class |
TransportServerThreadSupport
A useful base class for implementations of
TransportServer which uses
a background thread to accept new connections. |
class |
TransportSupport
A useful base class for transport implementations.
|
class |
TransportThreadSupport
A useful base class for a transport implementation which has a background
reading thread.
|
class |
WireFormatNegotiator
Negotiates the wire format with a new connection
|
class |
WriteTimeoutFilter
This filter implements write timeouts for socket write operations.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DiscoveryAgent
An agent used to discover other instances of a service.
|
Modifier and Type | Class and Description |
---|---|
class |
DiscoveryTransport
A
ReliableTransportChannel which uses a DiscoveryAgent to
discover remote broker instances and dynamically connect to them. |
Modifier and Type | Class and Description |
---|---|
class |
MasterSlaveDiscoveryAgent
A static DiscoveryAgent that supports connecting to a Master / Slave tuple
of brokers.
|
Modifier and Type | Class and Description |
---|---|
class |
MulticastDiscoveryAgent
A
DiscoveryAgent using a multicast address and heartbeat packets
encoded using any wireformat, but openwire by default. |
Modifier and Type | Class and Description |
---|---|
class |
SimpleDiscoveryAgent
A simple DiscoveryAgent that allows static configuration of the discovered
services.
|
Modifier and Type | Class and Description |
---|---|
class |
ZeroconfDiscoveryAgent
|
Modifier and Type | Class and Description |
---|---|
class |
FailoverTransport
A Transport that is made reliable by being able to fail over to another
transport when a transport failure is detected.
|
Modifier and Type | Class and Description |
---|---|
class |
FanoutTransport
A Transport that fans out a connection to multiple brokers.
|
Modifier and Type | Class and Description |
---|---|
class |
MockTransport |
Modifier and Type | Class and Description |
---|---|
class |
MulticastTransport
A multicast based transport.
|
Modifier and Type | Class and Description |
---|---|
class |
NIOSSLTransport |
class |
NIOSSLTransportServer |
class |
NIOTransport
An implementation of the
Transport interface using raw tcp/ip |
Modifier and Type | Class and Description |
---|---|
class |
ReliableTransport
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
SslTransport
A Transport class that uses SSL and client-side certificate authentication.
|
class |
SslTransportServer
An SSL TransportServer.
|
class |
TcpTransport
An implementation of the
Transport interface using raw tcp/ip |
class |
TcpTransportServer
A TCP based implementation of
TransportServer |
Modifier and Type | Method and Description |
---|---|
void |
TcpTransportServer.started(Service service) |
void |
TcpTransportServer.stopped(Service service) |
Modifier and Type | Interface and Description |
---|---|
interface |
ByteBufferPool
Represents a pool of
ByteBuffer instances. |
interface |
CommandChannel |
Modifier and Type | Class and Description |
---|---|
class |
CommandChannelSupport |
class |
CommandDatagramChannel
A strategy for reading datagrams and de-fragmenting them together.
|
class |
CommandDatagramSocket
A strategy for reading datagrams and de-fragmenting them together.
|
class |
DefaultBufferPool
A default implementation of
BufferPool which keeps a pool of direct
byte buffers. |
class |
ResponseRedirectInterceptor |
class |
SimpleBufferPool
A simple implementation of
BufferPool which does no pooling and just
creates new buffers each time |
class |
UdpTransport
An implementation of the
Transport interface using raw UDP |
class |
UdpTransportServer
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
MemoryUsage
Used to keep track of how much of something is being used so that a
productive working set usage can be controlled.
|
class |
Usage<T extends Usage>
Used to keep track of how much of something is being used so that a productive working set usage can be controlled.
|
Modifier and Type | Class and Description |
---|---|
class |
ServiceSupport
A helper class for working with services together with a useful base class
for service implementations.
|
Modifier and Type | Method and Description |
---|---|
static void |
ServiceSupport.dispose(Service service) |
void |
ServiceListener.started(Service service) |
void |
ServiceStopper.stop(Service service)
Stops the given service, catching any exceptions that are thrown.
|
void |
ServiceListener.stopped(Service service) |
Copyright © 2005–2016 FuseSource, Corp.. All rights reserved.