Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't Initialize Lazy Factory Beans in RabbitAdmin #885

Open
garyrussell opened this issue Jan 21, 2019 · 1 comment
Open

Don't Initialize Lazy Factory Beans in RabbitAdmin #885

garyrussell opened this issue Jan 21, 2019 · 1 comment
Assignees
Labels
status: on-hold-dependency Waiting for a fix to a dependent project
Milestone

Comments

@garyrussell
Copy link
Contributor

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

@garyrussell garyrussell added this to the 2.1.4 milestone Jan 21, 2019
@garyrussell garyrussell self-assigned this Jan 22, 2019
@garyrussell garyrussell changed the title Don't Initialize Lazy Beans in RabbitAdmin Don't Initialize Lazy Factory Beans in RabbitAdmin Jan 22, 2019
@garyrussell
Copy link
Contributor Author

Depends on spring-projects/spring-framework#22293

@garyrussell garyrussell added the status: on-hold-dependency Waiting for a fix to a dependent project label Jan 22, 2019
garyrussell added a commit to garyrussell/spring-amqp that referenced this issue Jan 22, 2019
@artembilan artembilan modified the milestones: 2.1.4, 2.2.0.M1 Feb 13, 2019
@artembilan artembilan modified the milestones: 2.2.0.M1, 2.2.x Apr 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: on-hold-dependency Waiting for a fix to a dependent project
Projects
None yet
Development

No branches or pull requests

2 participants