Uses of Interface
org.apache.activemq.Service
-
Packages that use Service 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 classesorg.apache.activemq.transport.discovery Discovery mechanism to discover brokers and clients.org.apache.activemq.transport.discovery.masterslave Static discovery implementation for a Master / Slave tupleorg.apache.activemq.transport.discovery.multicast Discovery implementation using multicastorg.apache.activemq.transport.discovery.simple Simple discovery implementation using a static listorg.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 redundancyorg.apache.activemq.transport.mock A mock implementation of the Transport layer useful for testingorg.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.transport.ws org.apache.activemq.usage org.apache.activemq.util -
-
Uses of Service in org.apache.activemq.advisory
Classes in org.apache.activemq.advisory that implement Service Modifier and Type Class Description classConsumerEventSourceAn object which can be used to listen to the number of active consumers available on a given destination.classProducerEventSourceAn object which can be used to listen to the number of active consumers available on a given destination. -
Uses of Service in org.apache.activemq.thread
Classes in org.apache.activemq.thread that implement Service Modifier and Type Class Description classScheduler -
Uses of Service in org.apache.activemq.transport
Subinterfaces of Service in org.apache.activemq.transport Modifier and Type Interface Description interfaceCompositeTransportinterfaceTransportRepresents the client side of a transport allowing messages to be sent synchronously, asynchronously and consumed.interfaceTransportServerA TransportServer asynchronously accepts {@see Transport} objects and then delivers those objects to a {@see TransportAcceptListener}.Classes in org.apache.activemq.transport that implement Service Modifier and Type Class Description classAbstractInactivityMonitorUsed to make sure that commands are arriving periodically from the peer of the transport.classCommandJoinerJoins together of partial commands which were split into individual chunks of data.classInactivityMonitorUsed to make sure that commands are arriving periodically from the peer of the transport.classMarshallingTransportFilterclassMutexTransportThread safe Transport Filter that serializes calls to and from the Transport Stack.classResponseCorrelatorAdds the incrementing sequence number to commands along with performing the correlation of responses to requests to create a blocking request-response semantics.classThreadNameFilterThe thread name filter, modifies the name of the thread during the invocation to a transport.classTransportFilterclassTransportServerFilterclassTransportServerSupportA useful base class for implementations ofTransportServerclassTransportServerThreadSupportA useful base class for implementations ofTransportServerwhich uses a background thread to accept new connections.classTransportSupportA useful base class for transport implementations.classTransportThreadSupportA useful base class for a transport implementation which has a background reading thread.classWireFormatNegotiatorNegotiates the wire format with a new connectionclassWriteTimeoutFilterThis filter implements write timeouts for socket write operations. -
Uses of Service in org.apache.activemq.transport.discovery
Subinterfaces of Service in org.apache.activemq.transport.discovery Modifier and Type Interface Description interfaceDiscoveryAgentAn agent used to discover other instances of a service.Classes in org.apache.activemq.transport.discovery that implement Service Modifier and Type Class Description classDiscoveryTransportATransportFilterwhich uses aDiscoveryAgentto discover remote broker instances and dynamically connect to them. -
Uses of Service in org.apache.activemq.transport.discovery.masterslave
Classes in org.apache.activemq.transport.discovery.masterslave that implement Service Modifier and Type Class Description classMasterSlaveDiscoveryAgentA static DiscoveryAgent that supports connecting to a Master / Slave tuple of brokers. -
Uses of Service in org.apache.activemq.transport.discovery.multicast
Classes in org.apache.activemq.transport.discovery.multicast that implement Service Modifier and Type Class Description classMulticastDiscoveryAgentADiscoveryAgentusing a multicast address and heartbeat packets encoded using any wireformat, but openwire by default. -
Uses of Service in org.apache.activemq.transport.discovery.simple
Classes in org.apache.activemq.transport.discovery.simple that implement Service Modifier and Type Class Description classSimpleDiscoveryAgentA simple DiscoveryAgent that allows static configuration of the discovered services. -
Uses of Service in org.apache.activemq.transport.discovery.zeroconf
Classes in org.apache.activemq.transport.discovery.zeroconf that implement Service Modifier and Type Class Description classZeroconfDiscoveryAgent -
Uses of Service in org.apache.activemq.transport.failover
Classes in org.apache.activemq.transport.failover that implement Service Modifier and Type Class Description classFailoverTransportA Transport that is made reliable by being able to fail over to another transport when a transport failure is detected. -
Uses of Service in org.apache.activemq.transport.fanout
Classes in org.apache.activemq.transport.fanout that implement Service Modifier and Type Class Description classFanoutTransportA Transport that fans out a connection to multiple brokers. -
Uses of Service in org.apache.activemq.transport.mock
Classes in org.apache.activemq.transport.mock that implement Service Modifier and Type Class Description classMockTransport -
Uses of Service in org.apache.activemq.transport.multicast
Classes in org.apache.activemq.transport.multicast that implement Service Modifier and Type Class Description classMulticastTransportA multicast based transport. -
Uses of Service in org.apache.activemq.transport.nio
Classes in org.apache.activemq.transport.nio that implement Service Modifier and Type Class Description classNIOSSLTransportclassNIOSSLTransportServerclassNIOTransportAn implementation of theTransportinterface using raw tcp/ip -
Uses of Service in org.apache.activemq.transport.reliable
Classes in org.apache.activemq.transport.reliable that implement Service Modifier and Type Class Description classReliableTransportDeprecated. -
Uses of Service in org.apache.activemq.transport.tcp
Classes in org.apache.activemq.transport.tcp that implement Service Modifier and Type Class Description classSslTransportA Transport class that uses SSL and client-side certificate authentication.classSslTransportServerAn SSL TransportServer.classTcpTransportAn implementation of theTransportinterface using raw tcp/ipclassTcpTransportServerA TCP based implementation ofTransportServerMethods in org.apache.activemq.transport.tcp with parameters of type Service Modifier and Type Method Description voidTcpTransportServer. started(Service service)voidTcpTransportServer. stopped(Service service) -
Uses of Service in org.apache.activemq.transport.udp
Subinterfaces of Service in org.apache.activemq.transport.udp Modifier and Type Interface Description interfaceByteBufferPoolRepresents a pool ofByteBufferinstances.interfaceCommandChannelClasses in org.apache.activemq.transport.udp that implement Service Modifier and Type Class Description classCommandChannelSupportclassCommandDatagramChannelA strategy for reading datagrams and de-fragmenting them together.classCommandDatagramSocketA strategy for reading datagrams and de-fragmenting them together.classDefaultBufferPoolA default implementation ofSimpleBufferPoolwhich keeps a pool of direct byte buffers.classResponseRedirectInterceptorclassSimpleBufferPoolA simple implementation ofByteBufferPoolwhich does no pooling and just creates new buffers each timeclassUdpTransportAn implementation of theTransportinterface using raw UDPclassUdpTransportServerDeprecated. -
Uses of Service in org.apache.activemq.transport.ws
Subinterfaces of Service in org.apache.activemq.transport.ws Modifier and Type Interface Description interfaceWSTransportInterface for a WebSocket Transport which provide hooks that a servlet can use to pass along WebSocket data and events. -
Uses of Service in org.apache.activemq.usage
Classes in org.apache.activemq.usage that implement Service Modifier and Type Class Description classMemoryUsageUsed to keep track of how much of something is being used so that a productive working set usage can be controlled.classUsage<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. -
Uses of Service in org.apache.activemq.util
Classes in org.apache.activemq.util that implement Service Modifier and Type Class Description classServiceSupportA helper class for working with services together with a useful base class for service implementations.Methods in org.apache.activemq.util with parameters of type Service Modifier and Type Method Description static voidServiceSupport. dispose(Service service)voidServiceListener. started(Service service)voidServiceStopper. stop(Service service)Stops the given service, catching any exceptions that are thrown.voidServiceListener. stopped(Service service)
-