Package | Description |
---|---|
org.apache.activemq.broker |
The core classes for the ActiveMQ Message Broker and its connectors.
|
org.apache.activemq.broker.scheduler.memory | |
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.kahadb | |
org.apache.activemq.store.kahadb.plist | |
org.apache.activemq.store.kahadb.scheduler | |
org.apache.activemq.thread | |
org.apache.activemq.transport |
The core Transport abstraction and support classes
|
org.apache.activemq.transport.auto | |
org.apache.activemq.transport.auto.nio | |
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.
|
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 |
InMemoryJobSchedulerStore
An in-memory JobSchedulerStore implementation used for Brokers that have persistence
disabled or when the JobSchedulerStore usage doesn't require a file or DB based store
implementation allowing for better performance.
|
Modifier and Type | Field and Description |
---|---|
protected ServiceSupport |
NetworkConnector.serviceSupport |
Modifier and Type | Class and Description |
---|---|
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 |
AbstractKahaDBStore |
class |
KahaDBPersistenceAdapter
An implementation of
PersistenceAdapter designed for use with
KahaDB - Embedded Lightweight Non-Relational Database |
class |
KahaDBStore |
class |
MessageDatabase |
class |
MultiKahaDBPersistenceAdapter
An implementation of
PersistenceAdapter that supports
distribution of destinations across multiple kahaDB persistence adapters |
Modifier and Type | Class and Description |
---|---|
class |
PListStoreImpl |
Modifier and Type | Class and Description |
---|---|
class |
JobSchedulerImpl |
class |
JobSchedulerStoreImpl |
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 |
AutoSslTransportServer
An SSL TransportServer.
|
class |
AutoTcpTransportServer
A TCP based implementation of
TransportServer |
Modifier and Type | Class and Description |
---|---|
class |
AutoNIOSSLTransportServer
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
class |
AutoNIOTransport |
Modifier and Type | Class and Description |
---|---|
class |
MQTTNIOSSLTransport |
class |
MQTTNIOTransport
An implementation of the
Transport interface for using MQTT over NIO |
class |
MQTTPacketIdGenerator
Manages PUBLISH packet ids for clients.
|
Modifier and Type | Class and Description |
---|---|
class |
MulticastTransport
A multicast based transport.
|
Modifier and Type | Class and Description |
---|---|
class |
AutoInitNioSSLTransport
This transport initializes the SSLEngine and reads the first command before
handing off to the detected transport.
|
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.
|
Copyright © 2005–2017 The Apache Software Foundation. All rights reserved.