Uses of Interface
org.apache.activemq.transport.TransportListener
Packages that use TransportListener
Package
Description
The core JMS client API implementation classes.
The core Transport abstraction and support classes
Discovery mechanism to discover brokers and clients.
Fail-Over Transport which will automatically reconnect to a failed transport and choose one of a list of possible transport implementations to use.
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 redundancy
A mock implementation of the Transport layer useful for testing
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.
UDP based Transport implementation.
-
Uses of TransportListener in org.apache.activemq
Classes in org.apache.activemq that implement TransportListenerModifier and TypeClassDescriptionclassclassThe XAConnection interface extends the capability of Connection by providing an XASession (optional).Methods in org.apache.activemq that return TransportListenerMethods in org.apache.activemq with parameters of type TransportListenerModifier and TypeMethodDescriptionvoidActiveMQConnection.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 TransportListenerModifier and TypeClassDescriptionclassUsed to make sure that commands are arriving periodically from the peer of the transport.classJoins together of partial commands which were split into individual chunks of data.classAn asynchronous listener of commandsclassUsed to make sure that commands are arriving periodically from the peer of the transport.classclassThread safe Transport Filter that serializes calls to and from the Transport Stack.classAdds the incrementing sequence number to commands along with performing the correlation of responses to requests to create a blocking request-response semantics.classThe thread name filter, modifies the name of the thread during the invocation to a transport.classclassNegotiates the wire format with a new connectionclassThis filter implements write timeouts for socket write operations.Fields in org.apache.activemq.transport declared as TransportListenerMethods in org.apache.activemq.transport that return TransportListenerModifier and TypeMethodDescriptionTransport.getTransportListener()Returns the current transport listenerTransportFilter.getTransportListener()TransportSupport.getTransportListener()Returns the current transport listenerMethods in org.apache.activemq.transport with parameters of type TransportListenerModifier and TypeMethodDescriptionvoidTransport.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.discovery
Classes in org.apache.activemq.transport.discovery that implement TransportListenerModifier and TypeClassDescriptionclassATransportFilterwhich 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 TransportListenerMethods in org.apache.activemq.transport.failover with parameters of type TransportListenerModifier and TypeMethodDescriptionvoidFailoverTransport.setTransportListener(TransportListener commandListener) -
Uses of TransportListener in org.apache.activemq.transport.fanout
Methods in org.apache.activemq.transport.fanout that return TransportListenerMethods in org.apache.activemq.transport.fanout with parameters of type TransportListenerModifier and TypeMethodDescriptionvoidFanoutTransport.setTransportListener(TransportListener commandListener) -
Uses of TransportListener in org.apache.activemq.transport.mock
Classes in org.apache.activemq.transport.mock that implement TransportListenerFields in org.apache.activemq.transport.mock declared as TransportListenerMethods in org.apache.activemq.transport.mock that return TransportListenerMethods in org.apache.activemq.transport.mock with parameters of type TransportListenerModifier and TypeMethodDescriptionvoidMockTransport.setTransportListener(TransportListener channelListener) -
Uses of TransportListener in org.apache.activemq.transport.reliable
Classes in org.apache.activemq.transport.reliable that implement TransportListener -
Uses of TransportListener in org.apache.activemq.transport.udp
Classes in org.apache.activemq.transport.udp that implement TransportListener