Package | Description |
---|---|
org.apache.activemq.broker |
The core classes for the ActiveMQ Message Broker and its connectors.
|
org.apache.activemq.leveldb | |
org.apache.activemq.network |
Support for federated networks of brokers.
|
org.apache.activemq.store |
The APIs which need to be implemented for persistent message stores for durable messaging
|
org.apache.activemq.store.jdbc |
Message persistence implemented using JDBC
|
org.apache.activemq.store.jdbc.adapter |
Implements database/driver apapters to compensate for the
wide differences in the BLOB handing of JDBC drivers.
|
org.apache.activemq.store.journal |
Message persistence using a high performance transaction log via the Journal interface.
|
org.apache.activemq.store.kahadb | |
org.apache.activemq.store.kahadb.plist | |
org.apache.activemq.store.kahadb.scheduler | |
org.apache.activemq.store.leveldb | |
org.apache.activemq.thread | |
org.apache.activemq.transport |
The core Transport abstraction and support classes
|
org.apache.activemq.transport.amqp |
A Broker side implementation of the AMQP 3.1 protocol - see http://amqp.org/
|
org.apache.activemq.transport.http |
A transport using the HTTP protocol to allow ActiveMQ to tunnel through firewalls.
|
org.apache.activemq.transport.https |
A transport using the HTTPS protocol (built on top of the HTTP transport) to allow ActiveMQ to tunnel through firewalls using SSL.
|
org.apache.activemq.transport.mqtt |
A Broker side implementation of the MQTT 3.1 protocol - see http://mqtt.org/
|
org.apache.activemq.transport.multicast |
A Multicast based Transport implementation.
|
org.apache.activemq.transport.nio | |
org.apache.activemq.transport.stomp |
An implementation of the Stomp protocol which is a simple wire protocol for writing clients for ActiveMQ in different
languages like Ruby, Python, PHP, C etc.
|
org.apache.activemq.transport.tcp |
TCP/IP based Transport implementation.
|
org.apache.activemq.transport.udp |
UDP based Transport implementation.
|
org.apache.activemq.transport.ws | |
org.apache.activemq.transport.wss |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLocker |
class |
LockableServiceSupport
Helper class for working with services that requires locking
|
Modifier and Type | Class and Description |
---|---|
class |
org.apache.activemq.leveldb.LevelDBStore |
Modifier and Type | Field and Description |
---|---|
protected ServiceSupport |
NetworkConnector.serviceSupport |
Modifier and Type | Class and Description |
---|---|
class |
PersistenceAdapterFactoryBean
Creates a default persistence model using the Journal and JDBC
|
class |
SharedFileLocker
Represents an exclusive lock on a database to avoid multiple brokers running
against the same logical database.
|
Modifier and Type | Class and Description |
---|---|
class |
DataSourceServiceSupport
A helper class which provides a factory method to create a default
{@link DataSource) if one is not provided.
|
class |
DefaultDatabaseLocker
Represents an exclusive lock on a database to avoid multiple brokers running
against the same logical database.
|
class |
JDBCPersistenceAdapter
A
PersistenceAdapter implementation using JDBC for persistence
storage. |
class |
LeaseDatabaseLocker
Represents an exclusive lease on a database to avoid multiple brokers running
against the same logical database.
|
Modifier and Type | Class and Description |
---|---|
class |
TransactDatabaseLocker
Represents an exclusive lock on a database to avoid multiple brokers running
against the same logical database.
|
Modifier and Type | Class and Description |
---|---|
class |
JournalPersistenceAdapterFactory
Factory class that can create PersistenceAdapter objects.
|
Modifier and Type | Class and Description |
---|---|
class |
KahaDBPersistenceAdapter
An implementation of
PersistenceAdapter designed for use with
KahaDB - Embedded Lightweight Non-Relational Database |
class |
KahaDBStore |
class |
MessageDatabase |
Modifier and Type | Class and Description |
---|---|
class |
PListStoreImpl |
Modifier and Type | Class and Description |
---|---|
class |
JobSchedulerStoreImpl |
Modifier and Type | Class and Description |
---|---|
class |
LevelDBPersistenceAdapter
An implementation of
PersistenceAdapter designed for use with
LevelDB - Embedded Lightweight Non-Relational Database |
Modifier and Type | Class and Description |
---|---|
class |
Scheduler |
Modifier and Type | Class and Description |
---|---|
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 |
WebTransportServerSupport |
Modifier and Type | Class and Description |
---|---|
class |
AmqpNioSslTransport |
class |
AmqpNioTransport
An implementation of the
Transport interface for using AMQP over NIO |
Modifier and Type | Class and Description |
---|---|
class |
BlockingQueueTransport
A server side HTTP based TransportChannel which processes incoming packets
and adds outgoing packets onto a
Queue so that they can be dispatched
by the HTTP GET requests from the client. |
class |
HttpClientTransport
A HTTP
Transport which uses the
Apache HTTP Client
library |
class |
HttpTransportServer |
class |
HttpTransportSupport
A useful base class for HTTP Transport implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpsClientTransport |
class |
HttpsTransportServer |
Modifier and Type | Class and Description |
---|---|
class |
MQTTNIOSSLTransport |
class |
MQTTNIOTransport
An implementation of the
Transport interface for using MQTT over NIO |
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 |
StompNIOSSLTransport |
class |
StompNIOTransport
An implementation of the
Transport interface for using Stomp over NIO |
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 | Class and Description |
---|---|
class |
UdpTransport
An implementation of the
Transport interface using raw UDP |
class |
UdpTransportServer
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
WSTransportServer
Creates a web server and registers web socket server
|
Modifier and Type | Class and Description |
---|---|
class |
WSSTransportServer |
Copyright © 2005-2013 Red Hat, Inc.. All Rights Reserved.