RockteMQ-AI commented on issue #757:
URL:
https://github.com/apache/rocketmq-spring/issues/757#issuecomment-5190985885
**Issue Evaluation**
Category: `question`
For Spring Boot 3.x with RocketMQ 5.x, you have two options:
1. **`rocketmq-spring-boot-starter`** (recommended for most cases)
- Supports both RocketMQ 4.x and 5.x brokers
- Uses the remoting protocol by default
- Mature and widely used
2. **`rocketmq-v5-client-spring-boot-starter`**
- Specifically for RocketMQ 5.x gRPC protocol
- Uses the new gRPC-based client
- Required if you need 5.x-specific features (e.g., gRPC protocol, new
message types)
**Recommendation:** Use `rocketmq-spring-boot-starter` unless you
specifically need the 5.x gRPC protocol features.
---
*Automated evaluation by RockteMQ-AI*
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]