RockteMQ-AI commented on issue #742: URL: https://github.com/apache/rocketmq-spring/issues/742#issuecomment-5192829668
**Issue Evaluation** Category: `question` In RocketMQ Spring Boot Starter, the `@RocketMQMessageListener` annotation's `consumeThreadMax` controls the maximum number of threads in the consumer's concurrent consumption thread pool. - In **4.x client**: `consumeThreadMax` was deprecated because the underlying client changed its threading model. - In **5.x client (5.1.0+)**: The deprecation was removed and the parameter is functional again. The actual behavior depends on the `ConsumeMessageConcurrentlyService` thread pool configuration. If you see `consumeThreadMax` not taking effect, verify that you are using a compatible client version. --- *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]
