wzqiang1332 opened a new issue #241: consumeTimeout的设置与rocketmq-client单位不一致 URL: https://github.com/apache/rocketmq-spring/issues/241 - rocketmq-client:4.6 - rocketmq-spring-boot-starter:2.1.0 配置与rocketmq-client不一致, rocketmq-client里面是以分钟计算 org.apache.rocketmq.spring.annotation.RocketMQMessageListener ``` /** * Max consumer timeout, default 30s. */ long consumeTimeout() default 30000L;` ``` org.apache.rocketmq.client.consumer.DefaultMQPushConsumer ``` /** * Maximum amount of time in minutes a message may block the consuming thread. */ private long consumeTimeout = 15; ```
---------------------------------------------------------------- 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
