application-mq.yml 345 B

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