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
Hi Spring Team,
I'm creating this issue to propose some changes for your review:
Creation of the MultiRabbitBootstrapConfiguration, activated via properties, since the default RabbitListenerBPP bean cannot be overridden with auto-config.
Injection of the MultiRabbit admin to the RabbitListener, before it's processed by RabbitListenerBPP, so as to have the bean resolved and assigned to the MethodRabbitListenerEndpoint. It fixes an issue lately found on the order of loading where the MultiRabbitAutoConfig (at boot) was not being processed before MultiRabbitBPP starts the postProcessAfterInitialization(), which leads to bean not found.
Move some configs to RabbitListenerConfigUtils as they are shared among Rabbit and MultiRabbit, as well as used in the boot.
The text was updated successfully, but these errors were encountered:
rwanderc
added a commit
to rwanderc/spring-amqp
that referenced
this issue
Jan 31, 2021
* GH-1302 Introduced MultiRabbitBootstrapConfiguration to register MultiRabbitBPP
* GH-1302 Injecting admin at RabbitListener so as be resolved for the RabbitListenerEndpoint
In future, please add Resolves https://github.com/spring-projects/spring-amqp/issues/1302 in the first commit comment so that the issue will auto-close when the PR is merged.
Enhancement
Hi Spring Team,
I'm creating this issue to propose some changes for your review:
The text was updated successfully, but these errors were encountered: