feat(商城): 更新readme
parent
54a869a511
commit
682e36050a
@ -0,0 +1,28 @@
|
||||
spring:
|
||||
application:
|
||||
name: waynboot-message-consumer
|
||||
data:
|
||||
redis:
|
||||
host: 127.0.0.1
|
||||
port: 6379
|
||||
password:
|
||||
database: 0
|
||||
timeout: 5000
|
||||
expire: 400
|
||||
lettuce:
|
||||
shutdown-timeout: 100ms
|
||||
# 配置rabbitMq 服务器
|
||||
rabbitmq:
|
||||
host: 127.0.0.1
|
||||
port: 5672
|
||||
username: guest
|
||||
password: guest
|
||||
# 消息确认配置项
|
||||
# 确认消息已发送到交换机(Exchange)
|
||||
publisher-confirm-type: correlated
|
||||
# 确认消息已发送到队列(Queue)
|
||||
publisher-returns: true
|
||||
listener:
|
||||
simple:
|
||||
acknowledge-mode: manual
|
||||
prefetch: 100
|
Loading…
Reference in New Issue