Uses of Interface
org.springframework.amqp.rabbit.connection.RoutingConnectionFactory
Package
Description
Provides classes related to connections.
Provides classes for message listener containers.
-
Uses of RoutingConnectionFactory in org.springframework.amqp.rabbit.connection
Modifier and TypeClassDescriptionclass
AbstractConnectionFactory
implementation that routesAbstractRoutingConnectionFactory.createConnection()
calls to one of various target ConnectionFactories based on a lookup key.class
ARoutingConnectionFactory
that determines the node on which a queue is located and returns a factory that connects directly to that node.class
AnAbstractRoutingConnectionFactory
implementation which gets alookupKey
for currentConnectionFactory
from thread-bound resource by key of the instance of thisConnectionFactory
. -
Uses of RoutingConnectionFactory in org.springframework.amqp.rabbit.listener
Modifier and TypeMethodDescriptionprotected RoutingConnectionFactory
AbstractMessageListenerContainer.getRoutingConnectionFactory()
Return the (@link RoutingConnectionFactory} if the connection factory is aRoutingConnectionFactory
; null otherwise.