|
@@ -11,14 +11,3 @@ spring:
|
|
|
url: ${blade.datasource.storage.dev.url}
|
|
|
username: ${blade.datasource.storage.dev.username}
|
|
|
password: ${blade.datasource.storage.dev.password}
|
|
|
-
|
|
|
-#rocketmq 配置
|
|
|
-rocketmq:
|
|
|
- name-server: 114.116.8.29:9876
|
|
|
- producer:
|
|
|
- group: my-group # 指定发送者组名
|
|
|
- send-message-timeout: 3000 #超时时间
|
|
|
- compress-message-body-threshold: 4096 #消息压缩
|
|
|
- max-message-size: 4194304 #消息体最大大小
|
|
|
- retry-times-when-send-failed: 3 # 同步发送消息时,失败重试次数。默认为 2 次。
|
|
|
- retry-times-when-send-async-failed: 3 # 异步发送消息时,失败重试次数。默认为 2 次
|