Uses of Class
org.apache.activemq.util.ServiceSupport
-
Packages that use ServiceSupport 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 messagingorg.apache.activemq.store.jdbc Message persistence implemented using JDBCorg.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.thread org.apache.activemq.transport The core Transport abstraction and support classesorg.apache.activemq.transport.amqp A Broker side implementation of the AMQP 3.1 protocol - see http://amqp.org/org.apache.activemq.transport.auto org.apache.activemq.transport.auto.nio 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.ws.jetty9 org.apache.activemq.transport.wss -
-
Uses of ServiceSupport in org.apache.activemq.broker
Subclasses of ServiceSupport in org.apache.activemq.broker Modifier and Type Class Description class
AbstractLocker
class
LockableServiceSupport
Helper class for working with services that requires locking -
Uses of ServiceSupport in org.apache.activemq.broker.scheduler.memory
Subclasses of ServiceSupport in org.apache.activemq.broker.scheduler.memory Modifier and Type Class 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. -
Uses of ServiceSupport in org.apache.activemq.network
Fields in org.apache.activemq.network declared as ServiceSupport Modifier and Type Field Description protected ServiceSupport
NetworkConnector. serviceSupport
-
Uses of ServiceSupport in org.apache.activemq.store
Subclasses of ServiceSupport in org.apache.activemq.store Modifier and Type Class Description class
PersistenceAdapterFactoryBean
Creates a default persistence model using the Journal and JDBCclass
SharedFileLocker
Represents an exclusive lock on a database to avoid multiple brokers running against the same logical database. -
Uses of ServiceSupport in org.apache.activemq.store.jdbc
Subclasses of ServiceSupport in org.apache.activemq.store.jdbc Modifier and Type Class Description class
AbstractJDBCLocker
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
APersistenceAdapter
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. -
Uses of ServiceSupport in org.apache.activemq.store.jdbc.adapter
Subclasses of ServiceSupport in org.apache.activemq.store.jdbc.adapter Modifier and Type Class Description class
TransactDatabaseLocker
Represents an exclusive lock on a database to avoid multiple brokers running against the same logical database. -
Uses of ServiceSupport in org.apache.activemq.store.journal
Subclasses of ServiceSupport in org.apache.activemq.store.journal Modifier and Type Class Description class
JournalPersistenceAdapterFactory
Factory class that can create PersistenceAdapter objects. -
Uses of ServiceSupport in org.apache.activemq.store.kahadb
Subclasses of ServiceSupport in org.apache.activemq.store.kahadb Modifier and Type Class Description class
AbstractKahaDBStore
class
KahaDBPersistenceAdapter
An implementation ofPersistenceAdapter
designed for use with KahaDB - Embedded Lightweight Non-Relational Databaseclass
KahaDBStore
class
MessageDatabase
class
MultiKahaDBPersistenceAdapter
An implementation ofPersistenceAdapter
that supports distribution of destinations across multiple kahaDB persistence adapters -
Uses of ServiceSupport in org.apache.activemq.store.kahadb.plist
Subclasses of ServiceSupport in org.apache.activemq.store.kahadb.plist Modifier and Type Class Description class
PListStoreImpl
-
Uses of ServiceSupport in org.apache.activemq.store.kahadb.scheduler
Subclasses of ServiceSupport in org.apache.activemq.store.kahadb.scheduler Modifier and Type Class Description class
JobSchedulerImpl
class
JobSchedulerStoreImpl
-
Uses of ServiceSupport in org.apache.activemq.thread
Subclasses of ServiceSupport in org.apache.activemq.thread Modifier and Type Class Description class
Scheduler
-
Uses of ServiceSupport in org.apache.activemq.transport
Subclasses of ServiceSupport in org.apache.activemq.transport Modifier and Type Class Description class
TransportServerSupport
A useful base class for implementations ofTransportServer
class
TransportServerThreadSupport
A useful base class for implementations ofTransportServer
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
-
Uses of ServiceSupport in org.apache.activemq.transport.amqp
Subclasses of ServiceSupport in org.apache.activemq.transport.amqp Modifier and Type Class Description class
AmqpNioSslTransport
class
AmqpNioTransport
An implementation of theTransport
interface for using AMQP over NIOclass
AmqpWSTransport
An AMQP based WebSocket transport implementation. -
Uses of ServiceSupport in org.apache.activemq.transport.auto
Subclasses of ServiceSupport in org.apache.activemq.transport.auto Modifier and Type Class Description class
AutoSslTransportServer
An SSL TransportServer.class
AutoTcpTransportServer
A TCP based implementation ofTransportServer
-
Uses of ServiceSupport in org.apache.activemq.transport.auto.nio
Subclasses of ServiceSupport in org.apache.activemq.transport.auto.nio Modifier and Type Class Description class
AutoNIOSSLTransportServer
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.class
AutoNIOTransport
-
Uses of ServiceSupport in org.apache.activemq.transport.http
Subclasses of ServiceSupport in org.apache.activemq.transport.http Modifier and Type Class Description class
BlockingQueueTransport
A server side HTTP based TransportChannel which processes incoming packets and adds outgoing packets onto aQueue
so that they can be dispatched by the HTTP GET requests from the client.class
HttpClientTransport
A HTTPTransport
which uses the Apache HTTP Client libraryclass
HttpTransportServer
class
HttpTransportSupport
A useful base class for HTTP Transport implementations. -
Uses of ServiceSupport in org.apache.activemq.transport.https
Subclasses of ServiceSupport in org.apache.activemq.transport.https Modifier and Type Class Description class
HttpsClientTransport
class
HttpsTransportServer
-
Uses of ServiceSupport in org.apache.activemq.transport.mqtt
Subclasses of ServiceSupport in org.apache.activemq.transport.mqtt Modifier and Type Class Description class
MQTTNIOSSLTransport
class
MQTTNIOTransport
An implementation of theTransport
interface for using MQTT over NIOclass
MQTTPacketIdGenerator
Manages PUBLISH packet ids for clients. -
Uses of ServiceSupport in org.apache.activemq.transport.multicast
Subclasses of ServiceSupport in org.apache.activemq.transport.multicast Modifier and Type Class Description class
MulticastTransport
A multicast based transport. -
Uses of ServiceSupport in org.apache.activemq.transport.nio
Subclasses of ServiceSupport in org.apache.activemq.transport.nio Modifier and Type Class 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 theTransport
interface using raw tcp/ip -
Uses of ServiceSupport in org.apache.activemq.transport.stomp
Subclasses of ServiceSupport in org.apache.activemq.transport.stomp Modifier and Type Class Description class
StompNIOSSLTransport
class
StompNIOTransport
An implementation of theTransport
interface for using Stomp over NIO -
Uses of ServiceSupport in org.apache.activemq.transport.tcp
Subclasses of ServiceSupport in org.apache.activemq.transport.tcp Modifier and Type Class Description class
SslTransport
A Transport class that uses SSL and client-side certificate authentication.class
SslTransportServer
An SSL TransportServer.class
TcpTransport
An implementation of theTransport
interface using raw tcp/ipclass
TcpTransportServer
A TCP based implementation ofTransportServer
-
Uses of ServiceSupport in org.apache.activemq.transport.udp
Subclasses of ServiceSupport in org.apache.activemq.transport.udp Modifier and Type Class Description class
UdpTransport
An implementation of theTransport
interface using raw UDPclass
UdpTransportServer
Deprecated. -
Uses of ServiceSupport in org.apache.activemq.transport.ws
Subclasses of ServiceSupport in org.apache.activemq.transport.ws Modifier and Type Class Description class
AbstractMQTTSocket
class
AbstractStompSocket
Base implementation of a STOMP based WebSocket handler.class
WSTransportProxy
A proxy class that manages sending WebSocket events to the wrapped protocol level WebSocket Transport.class
WSTransportServer
Creates a web server and registers web socket server -
Uses of ServiceSupport in org.apache.activemq.transport.ws.jetty9
Subclasses of ServiceSupport in org.apache.activemq.transport.ws.jetty9 Modifier and Type Class Description class
MQTTSocket
class
StompSocket
Implements web socket and mediates between servlet and the broker -
Uses of ServiceSupport in org.apache.activemq.transport.wss
Subclasses of ServiceSupport in org.apache.activemq.transport.wss Modifier and Type Class Description class
WSSTransportServer
-