You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 21, 2024. It is now read-only.
As per GH-18, the approach of injecting the RabbitAdmin into the setAdminsThatShouldDeclare() was changed to avoid premature initialization of the RabbitAdmin bean. The change was to inject the name of the bean instead of the real instance.
However, the check for the assignment of the RabbitAdmin was still looking for the bean and replacing the name of the bean with the latest name.
This led to failures to declare queues/exchanges/bindings or the declaration happens in the wrong broker.