Commit 590f93e2 by Administrator

Update techhero-component-message-local.yml

parent be2a308f
...@@ -22,6 +22,31 @@ spring: ...@@ -22,6 +22,31 @@ spring:
commons-log: commons-log:
statement-log-enabled: true statement-log-enabled: true
statement-executable-sql-log-enable: true statement-executable-sql-log-enable: true
rabbitmq:
host: 119.96.87.17
port: 5672
username: rabbit
password: rabbit-techhero
virtual-host: /transdatalocal
publisher-confirms: true
publisher-returns: true
template:
mandatory: true
retry:
enabled: true
listener:
simple:
retry:
enabled: true
max-attempts: 3
initial-interval: 5000
max-interval: 10000
multiplier: 1
acknowledge-mode: auto
default-requeue-rejected: false
concurrency: 3
max-concurrency: 9
prefetch: 1
esms: esms:
soTimeout: 3000 soTimeout: 3000
......
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