We had to rename maxAttempts to maxRetries late in the RC stage and the deprecated properties haven't been properly documented:
spring.rabbitmq.listener.direct.retry.max-attempts
spring.rabbitmq.listener.simple.retry.max-attempts
spring.rabbitmq.template.retry.max-attempts
They're all *.max-retries now so we should add a replacement for those.