Commit 2425e27c by Administrator

Update techhero-base-transdata-local.yml

parent 370c27e2
......@@ -12,22 +12,25 @@ spring:
password: transdatav1
driver-class-name: oracle.jdbc.OracleDriver
rabbitmq:
#addresses: 192.168.119.71:5672,192.168.119.72:5672,192.168.119.73:5672
host: 192.168.119.10
host: 119.96.87.17
port: 5672
username: xiaosi
password: xiaosi
virtual-host: /xiaosi
queue1: user.Direct.Queue
queue2: kemu.Direct.Queue
publisher-confirms: true #开启confirms回调 P -> Exchange #确认消息已发送到交换机(Exchange) 之前版本 publisher-confirm-type: correlated
publisher-returns: true # 开启returnedMessage回调 Exchange -> Queue #确认消息已发送到队列(Queue)
connection-timeout: 15000
cache:
connection:
size: 1
channel:
size: 30
username: rabbit
password: rabbit-techhero
virtual-host: /transdata
publisher-confirms: true
publisher-returns: true
listener:
simple:
acknowledge-mode: manual
retry:
enabled: true
max-attempts: 3
# cache:
# connection:
# size: 1
# channel:
# size: 30
connection-timeout: 15000
ksapb-queue: transdata.ksapb.queue
ftp:
server:
......
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