Skip to content

Commit a733c62

Browse files
committed
Fix typo
1 parent 20e8c36 commit a733c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,7 @@ content into your application; rather pick only the properties that you need.
866866
spring.rabbitmq.listener.auto-startup=true # Start the container automatically on startup.
867867
spring.rabbitmq.listener.concurrency= # Minimum number of consumers.
868868
spring.rabbitmq.listener.default-requeue-rejected= # Whether or not to requeue delivery failures; default `true`.
869-
spring.rabbitmq.idle-event-interval= # How often idle container events should be published in milliseconds.
869+
spring.rabbitmq.listener.idle-event-interval= # How often idle container events should be published in milliseconds.
870870
spring.rabbitmq.listener.max-concurrency= # Maximum number of consumers.
871871
spring.rabbitmq.listener.prefetch= # Number of messages to be handled in a single request. It should be greater than or equal to the transaction size (if used).
872872
spring.rabbitmq.listener.retry.enabled=false # Whether or not publishing retries are enabled.

0 commit comments

Comments
 (0)