Example usage for org.springframework.amqp.rabbit.connection RoutingConnectionFactory interface-usage

List of usage examples for org.springframework.amqp.rabbit.connection RoutingConnectionFactory interface-usage

Introduction

In this page you can find the example usage for org.springframework.amqp.rabbit.connection RoutingConnectionFactory interface-usage.

Usage

From source file org.springframework.amqp.rabbit.connection.LocalizedQueueConnectionFactory.java

/**
 * A {@link RoutingConnectionFactory} that determines the node on which a queue is located and
 * returns a factory that connects directly to that node.
 * The RabbitMQ management plugin is called over REST to determine the node and the corresponding
 * address for that node is injected into the connection factory.
 * A single instance of each connection factory is retained in a cache.

From source file org.springframework.xd.dirt.integration.rabbit.LocalizedQueueConnectionFactory.java

/**
 * A {@link RoutingConnectionFactory} that determines the node on which a queue is located and
 * returns a factory that connects directly to that node.
 * The RabbitMQ management plugin is called over REST to determine the node and the corresponding
 * address for that node is injected into the connection factory.
 * A single instance of each connection factory is retained in a cache.

From source file org.springframework.cloud.stream.binder.rabbit.LocalizedQueueConnectionFactory.java

/**
 * A {@link RoutingConnectionFactory} that determines the node on which a queue is located and
 * returns a factory that connects directly to that node.
 * The RabbitMQ management plugin is called over REST to determine the node and the corresponding
 * address for that node is injected into the connection factory.
 * A single instance of each connection factory is retained in a cache.