public class CachingConnectionFactoryConfigurer extends AbstractConnectionFactoryConfigurer<org.springframework.amqp.rabbit.connection.CachingConnectionFactory>
CachingConnectionFactory with sensible defaults.| Constructor and Description |
|---|
CachingConnectionFactoryConfigurer(RabbitProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(org.springframework.amqp.rabbit.connection.CachingConnectionFactory connectionFactory,
RabbitProperties rabbitProperties)
Configures the given
connectionFactory using the given
rabbitProperties. |
configure, getConnectionNameStrategy, setConnectionNameStrategypublic CachingConnectionFactoryConfigurer(RabbitProperties properties)
public void configure(org.springframework.amqp.rabbit.connection.CachingConnectionFactory connectionFactory,
RabbitProperties rabbitProperties)
AbstractConnectionFactoryConfigurerconnectionFactory using the given
rabbitProperties.configure in class AbstractConnectionFactoryConfigurer<org.springframework.amqp.rabbit.connection.CachingConnectionFactory>connectionFactory - connection factory to configurerabbitProperties - properties to use for the configuration