You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -866,7 +866,7 @@ content into your application; rather pick only the properties that you need.
866
866
spring.rabbitmq.listener.auto-startup=true # Start the container automatically on startup.
867
867
spring.rabbitmq.listener.concurrency= # Minimum number of consumers.
868
868
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.
870
870
spring.rabbitmq.listener.max-concurrency= # Maximum number of consumers.
871
871
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).
872
872
spring.rabbitmq.listener.retry.enabled=false # Whether or not publishing retries are enabled.
0 commit comments