Class RabbitAutoConfiguration.RabbitConnectionFactoryCreator

    • Method Detail

      • rabbitConnectionFactory

        @Bean
        public org.springframework.amqp.rabbit.connection.CachingConnectionFactory rabbitConnectionFactory​(RabbitProperties properties,
                                                                                                           org.springframework.beans.factory.ObjectProvider<org.springframework.amqp.rabbit.connection.ConnectionNameStrategy> connectionNameStrategy)
                                                                                                    throws Exception
        Throws:
        Exception