springboot的application.yml簡單配置rabbitmq,設置重試次數

簡單配置即可,有需要的同學可自由配置高可用: spring: rabbitmq: host: ip地址 port: 5672 username: admin password: 123456 listener: simple: retry: enabled: true max-attempts: 3 initial-interval: 3000 default-requeue-rejected:
相關文章
相關標籤/搜索