application-mq-prod.yml 363 B

12345678910111213141516
  1. spring:
  2. rabbitmq:
  3. enable: false
  4. host: localhost
  5. port: 5672
  6. username: admin
  7. password: admin
  8. publisher-confirms: true
  9. publisher-returns: true
  10. template:
  11. mandatory: true
  12. listener:
  13. simple:
  14. concurrency: 2 # 最小消息监听线程数
  15. max-concurrency: 2 # 最大消息监听线程数
  16. virtual-host: /