spring-amqp
spring-amqp copied to clipboard
Don't Initialize Lazy Factory Beans in RabbitAdmin
When looking for exchanges, queues, bindings, don't use getBeansOfType()
with eager initialization.
https://stackoverflow.com/questions/54280851/how-to-make-lazy-spring-bean-not-eligible-for-creation-when-listablebeanfactory
Depends on https://github.com/spring-projects/spring-framework/issues/22293