mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 09:49:01 +00:00
This commit detects if a `ConnectionNameStrategy` bean exists in the context and associates it with the auto-configured RabbitMQ's `ConnectionFactory` when that is the case. Closes gh-12367