Commit d8ec1057 by Administrator

Update techhero-base-transdata-local.yml

parent caf9122b
spring:
rabbitmq:
host: rabbitmqServer
port: 5672
username: rabbit
password: rabbit-techhero
virtual-host: /test
publisher-confirms: true
publisher-returns: true
template:
mandatory: true
retry:
enabled: true
listener:
simple:
retry:
enabled: true
max-attempts: 1
initial-interval: 5000
max-interval: 10000
multiplier: 1
acknowledge-mode: auto
default-requeue-rejected: false
concurrency: 3
max-concurrency: 9
prefetch: 1
datasource:
trans:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment