消息队列配置调整

yun-zuoyi
yunhao.wang 6 years ago
parent 3f7643f0e8
commit dc610d9f00

@ -174,6 +174,11 @@ spring.jpa.properties.hibernate.hbm2ddl.auto=update
spring.jpa.show-sql=true spring.jpa.show-sql=true
################ MQ队列处理 ################ ################ MQ队列处理 ################
# 站内信
impp.mq.queue.letter = true impp.mq.queue.letter = true
# 邮件
impp.mq.queue.mail = true impp.mq.queue.mail = true
impp.mq.queue.schedule = true # 定时任务
impp.mq.queue.schedule = true
# SWEB通知处理队列
impp.mq.queue.sweb.notice = true

@ -169,6 +169,11 @@ spring.jpa.properties.hibernate.hbm2ddl.auto=update
spring.jpa.show-sql=true spring.jpa.show-sql=true
################ MQ队列处理 ################ ################ MQ队列处理 ################
# 站内信
impp.mq.queue.letter = true impp.mq.queue.letter = true
# 邮件
impp.mq.queue.mail = true impp.mq.queue.mail = true
impp.mq.queue.schedule = true # 定时任务
impp.mq.queue.schedule = true
# SWEB通知处理队列
impp.mq.queue.sweb.notice = true

@ -174,6 +174,11 @@ spring.jpa.properties.hibernate.hbm2ddl.auto=update
spring.jpa.show-sql=true spring.jpa.show-sql=true
################ MQ队列处理 ################ ################ MQ队列处理 ################
# 站内信
impp.mq.queue.letter = true impp.mq.queue.letter = true
# 邮件
impp.mq.queue.mail = true impp.mq.queue.mail = true
impp.mq.queue.schedule = true # 定时任务
impp.mq.queue.schedule = true
# SWEB通知处理队列
impp.mq.queue.sweb.notice = true
Loading…
Cancel
Save