@Configuration @ConditionalOnMissingBean(value=org.springframework.amqp.rabbit.connection.ConnectionFactory.class) protected static class RabbitAutoConfiguration.RabbitConnectionFactoryCreator extends Object
Modifier | Constructor and Description |
---|---|
protected |
RabbitConnectionFactoryCreator() |
Modifier and Type | Method and Description |
---|---|
org.springframework.amqp.rabbit.connection.CachingConnectionFactory |
rabbitConnectionFactory(RabbitProperties properties,
ObjectProvider<org.springframework.amqp.rabbit.connection.ConnectionNameStrategy> connectionNameStrategy) |
@Bean public org.springframework.amqp.rabbit.connection.CachingConnectionFactory rabbitConnectionFactory(RabbitProperties properties, ObjectProvider<org.springframework.amqp.rabbit.connection.ConnectionNameStrategy> connectionNameStrategy) throws Exception
Exception
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.