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, setConnectionNameStrategy
public CachingConnectionFactoryConfigurer(RabbitProperties properties)
public void configure(org.springframework.amqp.rabbit.connection.CachingConnectionFactory connectionFactory, RabbitProperties rabbitProperties)
AbstractConnectionFactoryConfigurer
connectionFactory
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