spring-boot/module/spring-boot-amqp/src
Stéphane Nicoll 7a73925c90 Adapt AMQP auto-configuration to core retry semantics
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
2025-09-09 16:55:34 +02:00
..
dockerTest Merge branch '3.5.x' 2025-08-28 14:04:26 +02:00
main Adapt AMQP auto-configuration to core retry semantics 2025-09-09 16:55:34 +02:00
test Adapt AMQP auto-configuration to core retry semantics 2025-09-09 16:55:34 +02:00