refactor: 简化QGIS系统 - 移除RabbitMQ/影响场/距离计算,统一trigger接口

This commit is contained in:
wzy-warehouse
2026-06-18 16:11:15 +08:00
parent 51960eaad4
commit a312cb4568
67 changed files with 88 additions and 3994 deletions
-29
View File
@@ -19,35 +19,6 @@ spring:
password: zhangsan
database: 0
connect-timeout: 3000ms
# rabbitmq 配置
rabbitmq:
host: localhost
port: 5672
username: zzw
password: zzw0401
# host: 47.92.216.173
# port: 4018
# username: xiaodemo
# password: 1234
# username: gis
# password: gis502
#虚拟host 可以不设置,使用server默认host
# virtual-host: /xiaodemos
#消息确认配置项
publisher-returns: true #确认消息已发送到队列(Queue)
publisher-confirm-type: correlated
listener: # 手动确认消息配置
simple:
acknowledge-mode: manual # 全局开启消费者手动确认
# 优化配置
concurrency: 1 # 最小消费者数
max-concurrency: 5 # 最大消费者数
prefetch: 1 # 每次从队列取1条消息,处理完再取(避免消息堆积)
retry:
enabled: true # 开启消费者重试(建议结合业务幂等性使用)
max-attempts: 3 # 最大重试次数
initial-interval: 10000ms # 第一次重试间隔
multiplier: 2 # 重试间隔倍数(第二次2s,第三次4s)
# 日志配置
logging:
level: