mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-26 19:51:10 +00:00
This commit deprecates the proprietary EnableRabbitMessaging annotation in favour of the standard @EnableRabbit introduced as of Spring Rabbit 1.4. Fixes gh-1494