Commit 74534740 by Administrator

Update techhero-base-transdata-test.yml

parent 1048fa83
...@@ -4,19 +4,25 @@ spring: ...@@ -4,19 +4,25 @@ spring:
port: 5672 port: 5672
username: rabbit username: rabbit
password: rabbit-techhero password: rabbit-techhero
virtual-host: /transdata virtual-host: /transdatatest
publisher-confirms: true
publisher-returns: true
template:
mandatory: true
retry:
enabled: true
listener: listener:
simple: simple:
retry: retry:
enabled: true enabled: true
max-attempts: 3 max-attempts: 1
initial-interval: 5000 initial-interval: 5000
max-interval: 10000 max-interval: 10000
multiplier: 1 multiplier: 1
acknowledge-mode: auto acknowledge-mode: auto
default-requeue-rejected: false default-requeue-rejected: false
concurrency: 3 concurrency: 3
max-concurrency: 24 max-concurrency: 9
prefetch: 1 prefetch: 1
datasource: datasource:
......
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