🚧 RocketMQ集成

This commit is contained in:
cuianbing
2026-01-22 09:11:39 +08:00
parent 512a23f241
commit b8e8212edd
8 changed files with 267 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
# 端口号
server.port=8080
rocketmq.name-server=10.232.12.251:9876;10.232.112.143:9876
rocketmq.producer.group=springboot3-jdk17--producer-group
rocketmq.producer.send-message-timeout=3000
rocketmq.producer.retry-times-when-send-failed=2
rocketmq.producer.retry-next-server=true
rocketmq.consumer.group=springboot-consumer-group
rocketmq.consumer.topic=test-topic