Commit 1f0498f3 by Administrator

Update techhero-base-transdata-local.yml

parent 11ae441e
...@@ -12,26 +12,24 @@ spring: ...@@ -12,26 +12,24 @@ spring:
password: transdatav1 password: transdatav1
driver-class-name: oracle.jdbc.OracleDriver driver-class-name: oracle.jdbc.OracleDriver
rabbitmq: rabbitmq:
host: 119.96.87.17 #host: 119.96.87.17
host: 192.168.119.10
port: 5672 port: 5672
username: rabbit username: rabbit
password: rabbit-techhero password: rabbit-techhero
virtual-host: /transdata virtual-host: /transdata
publisher-confirms: true
publisher-returns: true
listener: listener:
simple: simple:
acknowledge-mode: manual
retry: retry:
enabled: true enabled: true
max-attempts: 3 max-attempts: 1
# cache: initial-interval: 2000
# connection: max-interval: 2000
# size: 1 multiplier: 1
# channel: default-requeue-rejected: false
# size: 30 concurrency: 1
connection-timeout: 15000 max-concurrency: 1
ksapb-queue: transdata.ksapb.queue prefetch: 1
ftp: ftp:
server: server:
info: sftp://172.16.20.133:22/../home/temp/data?username=root&password=root&delay=5s&move=done&readLock=rename info: sftp://172.16.20.133:22/../home/temp/data?username=root&password=root&delay=5s&move=done&readLock=rename
......
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