RockteMQ-AI commented on issue #748: URL: https://github.com/apache/rocketmq-spring/issues/748#issuecomment-5487007079
**Issue Evaluation** Category: `question` In RocketMQ 5.x, consumeThreadMax was deprecated because the v5 client uses a different threading model. The v5 client manages consumer threads internally through ClientImpl, which is shared across operations. The old consumeThreadMax from v4 controlled the consume executor size, but in v5 this is handled by the client SDK internally. For concurrency control, consider consumeMessageBatchMaxSize or client-level thread configuration. --- *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]
