RongtongJin commented on issue #184: The config 'consumeThreadMax' is useless in annotation @RocketMQMessageListener URL: https://github.com/apache/rocketmq-spring/issues/184#issuecomment-559309008 This parameter is valid. The relevant code is below https://github.com/apache/rocketmq-spring/blob/e5f28fec78f98b2ce877a4f4f4b1fbbcae248933/rocketmq-spring-boot/src/main/java/org/apache/rocketmq/spring/support/DefaultRocketMQListenerContainer.java#L208 https://github.com/apache/rocketmq-spring/blob/e5f28fec78f98b2ce877a4f4f4b1fbbcae248933/rocketmq-spring-boot/src/main/java/org/apache/rocketmq/spring/support/DefaultRocketMQListenerContainer.java#L468 Because this is the maximum number of threads in the thread pool, the maximum number of threads will not be reached when the concurrency is small.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
