Class SimpleRabbitListenerContainerFactoryConfigurer

    • Method Detail

      • configure

        public void configure​(org.springframework.amqp.rabbit.config.SimpleRabbitListenerContainerFactory factory,
                              org.springframework.amqp.rabbit.connection.ConnectionFactory connectionFactory)
        Configure the specified rabbit listener container factory. The factory can be further tuned and default settings can be overridden.
        Parameters:
        factory - the SimpleRabbitListenerContainerFactory instance to configure
        connectionFactory - the ConnectionFactory to use