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 has been 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.
As per GH-18, the approach of injecting the
RabbitAdmin
into thesetAdminsThatShouldDeclare()
was changed to avoid premature initialization of theRabbitAdmin
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.
Affected versions: 2.3.0, 2.2.2, 2.2.1, 2.1.5, 2.1.6
The text was updated successfully, but these errors were encountered: