Package | Description |
---|---|
org.apache.activemq.broker.scheduler | |
org.apache.activemq.network |
Support for federated networks of brokers.
|
org.apache.activemq.store.kahadb | |
org.apache.activemq.store.kahadb.plist | |
org.apache.activemq.thread | |
org.apache.activemq.transport |
The core Transport abstraction and support classes
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
JobSchedulerStore |
Modifier and Type | Field and Description |
---|---|
protected ServiceSupport |
NetworkConnector.serviceSupport |
Modifier and Type | Class and Description |
---|---|
class |
KahaDBStore |
class |
MessageDatabase |
Modifier and Type | Class and Description |
---|---|
class |
PListStore |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
MulticastTransport
A multicast based transport.
|
Modifier and Type | Class and Description |
---|---|
class |
NIOTransport
An implementation of the
Transport interface using raw tcp/ip |
Modifier and Type | Class and Description |
---|---|
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
A UDP based implementation of
TransportServer |
Copyright © 2005-2012. All Rights Reserved.