Uses of Interface
org.apache.activemq.transport.TransportListener
-
Packages that use TransportListener Package Description org.apache.activemq The core JMS client API implementation classes.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.discovery Discovery mechanism to discover brokers and clients.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.http A transport using the HTTP protocol to allow ActiveMQ to tunnel through firewalls.org.apache.activemq.transport.mock A mock implementation of the Transport layer useful for testingorg.apache.activemq.transport.mqtt A Broker side implementation of the MQTT 3.1 protocol - see http://mqtt.org/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.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.udp UDP based Transport implementation.org.apache.activemq.transport.vm In-JVM based Transport implementation. -
-
Uses of TransportListener in org.apache.activemq
Classes in org.apache.activemq that implement TransportListener Modifier and Type Class Description classActiveMQConnectionclassActiveMQXAConnectionThe XAConnection interface extends the capability of Connection by providing an XASession (optional).Methods in org.apache.activemq that return TransportListener Modifier and Type Method Description TransportListenerActiveMQConnectionFactory. getTransportListener()Methods in org.apache.activemq with parameters of type TransportListener Modifier and Type Method Description voidActiveMQConnection. addTransportListener(TransportListener transportListener)Adds a transport listener so that a client can be notified of events in the underlying transportvoidActiveMQConnection. removeTransportListener(TransportListener transportListener)voidActiveMQConnectionFactory. setTransportListener(TransportListener transportListener)Allows a listener to be configured on the ConnectionFactory so that when this factory is used with frameworks which don't expose the Connection such as Spring JmsTemplate, you can still register a transport listener. -
Uses of TransportListener in org.apache.activemq.transport
Classes in org.apache.activemq.transport that implement TransportListener 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.classDefaultTransportListenerAn asynchronous listener of commandsclassInactivityMonitorUsed 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.classTransportFilterclassTransportLoggerThis TransportFilter implementation writes output to a log as it intercepts commands / events before sending them to the following layer in the Transport stack.classWireFormatNegotiatorNegotiates the wire format with a new connectionclassWriteTimeoutFilterThis filter implements write timeouts for socket write operations.Fields in org.apache.activemq.transport declared as TransportListener Modifier and Type Field Description protected TransportListenerTransportFilter. transportListenerMethods in org.apache.activemq.transport that return TransportListener Modifier and Type Method Description TransportListenerTransport. getTransportListener()Returns the current transport listenerTransportListenerTransportFilter. getTransportListener()TransportListenerTransportSupport. getTransportListener()Returns the current transport listenerMethods in org.apache.activemq.transport with parameters of type TransportListener Modifier and Type Method Description voidTransport. setTransportListener(TransportListener commandListener)Registers an inbound command listenervoidTransportFilter. setTransportListener(TransportListener channelListener)voidTransportSupport. setTransportListener(TransportListener commandListener)Registers an inbound command listener -
Uses of TransportListener in org.apache.activemq.transport.amqp
Classes in org.apache.activemq.transport.amqp that implement TransportListener Modifier and Type Class Description classAmqpInactivityMonitorclassAmqpTransportFilterThe AMQPTransportFilter normally sits on top of a TcpTransport that has been configured with the AmqpWireFormat and is used to convert AMQP commands to ActiveMQ commands. -
Uses of TransportListener in org.apache.activemq.transport.discovery
Classes in org.apache.activemq.transport.discovery that implement TransportListener Modifier and Type Class Description classDiscoveryTransportATransportFilterwhich uses aDiscoveryAgentto discover remote broker instances and dynamically connect to them. -
Uses of TransportListener in org.apache.activemq.transport.failover
Methods in org.apache.activemq.transport.failover that return TransportListener Modifier and Type Method Description TransportListenerFailoverTransport. getTransportListener()Methods in org.apache.activemq.transport.failover with parameters of type TransportListener Modifier and Type Method Description voidFailoverTransport. setTransportListener(TransportListener commandListener) -
Uses of TransportListener in org.apache.activemq.transport.fanout
Methods in org.apache.activemq.transport.fanout that return TransportListener Modifier and Type Method Description TransportListenerFanoutTransport. getTransportListener()Methods in org.apache.activemq.transport.fanout with parameters of type TransportListener Modifier and Type Method Description voidFanoutTransport. setTransportListener(TransportListener commandListener) -
Uses of TransportListener in org.apache.activemq.transport.http
Classes in org.apache.activemq.transport.http that implement TransportListener Modifier and Type Class Description classHttpInactivityMonitorInactivity Monitor specialization for use with HTTP based transports. -
Uses of TransportListener in org.apache.activemq.transport.mock
Classes in org.apache.activemq.transport.mock that implement TransportListener Modifier and Type Class Description classMockTransportFields in org.apache.activemq.transport.mock declared as TransportListener Modifier and Type Field Description protected TransportListenerMockTransport. transportListenerMethods in org.apache.activemq.transport.mock that return TransportListener Modifier and Type Method Description TransportListenerMockTransport. getTransportListener()Methods in org.apache.activemq.transport.mock with parameters of type TransportListener Modifier and Type Method Description voidMockTransport. setTransportListener(TransportListener channelListener) -
Uses of TransportListener in org.apache.activemq.transport.mqtt
Classes in org.apache.activemq.transport.mqtt that implement TransportListener Modifier and Type Class Description classMQTTInactivityMonitorclassMQTTTransportFilterThe MQTTTransportFilter normally sits on top of a TcpTransport that has been configured with the StompWireFormat and is used to convert MQTT commands to ActiveMQ commands. -
Uses of TransportListener in org.apache.activemq.transport.reliable
Classes in org.apache.activemq.transport.reliable that implement TransportListener Modifier and Type Class Description classReliableTransportDeprecated. -
Uses of TransportListener in org.apache.activemq.transport.stomp
Classes in org.apache.activemq.transport.stomp that implement TransportListener Modifier and Type Class Description classStompInactivityMonitorUsed to make sure that commands are arriving periodically from the peer of the transport.classStompTransportFilterThe StompTransportFilter normally sits on top of a TcpTransport that has been configured with the StompWireFormat and is used to convert STOMP commands to ActiveMQ commands. -
Uses of TransportListener in org.apache.activemq.transport.udp
Classes in org.apache.activemq.transport.udp that implement TransportListener Modifier and Type Class Description classResponseRedirectInterceptor -
Uses of TransportListener in org.apache.activemq.transport.vm
Fields in org.apache.activemq.transport.vm declared as TransportListener Modifier and Type Field Description protected TransportListenerVMTransport. transportListenerMethods in org.apache.activemq.transport.vm that return TransportListener Modifier and Type Method Description TransportListenerVMTransport. getTransportListener()Methods in org.apache.activemq.transport.vm with parameters of type TransportListener Modifier and Type Method Description voidVMTransport. doDispatch(VMTransport transport, TransportListener transportListener, Object command)voidVMTransport. setTransportListener(TransportListener commandListener)
-