This commit adapts the auto-configuration of AMQP message listeners and RabbitTemplate moving away from Spring Retry. One important change is that message listeners now only require a RetryPolicy. To make the callback explicit, two customizers have been introduced to clearly separate the scope of the customization: * RabbitTemplateRetrySettingsCustomizer for the client-side and usage of RabbitTemplate. * RabbitListenerRetrySettingsCustomizer for message listeners. Closes gh-47122 |
||
---|---|---|
.. | ||
spring-boot | ||
spring-boot-autoconfigure | ||
spring-boot-autoconfigure-processor | ||
spring-boot-docker-compose | ||
spring-boot-properties-migrator | ||
spring-boot-test | ||
spring-boot-testcontainers |