You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2020/03/24 09:29:01 UTC

[GitHub] [rocketmq-spring] wzqiang1332 opened a new issue #241: consumeTimeout的设置与rocketmq-client单位不一致

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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [rocketmq-spring] RongtongJin commented on issue #241: The unit of consumeTimeout in RocketMQ-Spring is inconsistent with that of RocketMQ client

Posted by GitBox <gi...@apache.org>.
RongtongJin commented on issue #241: The unit of  consumeTimeout in RocketMQ-Spring is inconsistent with that of RocketMQ client
URL: https://github.com/apache/rocketmq-spring/issues/241#issuecomment-607137185
 
 
   I will fix it.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [rocketmq-spring] ShannonDing closed issue #241: The unit of consumeTimeout in RocketMQ-Spring is inconsistent with that of RocketMQ client

Posted by GitBox <gi...@apache.org>.
ShannonDing closed issue #241: The unit of  consumeTimeout in RocketMQ-Spring is inconsistent with that of RocketMQ client
URL: https://github.com/apache/rocketmq-spring/issues/241
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [rocketmq-spring] RongtongJin edited a comment on issue #241: consumeTimeout的设置与rocketmq-client单位不一致

Posted by GitBox <gi...@apache.org>.
RongtongJin edited a comment on issue #241: consumeTimeout的设置与rocketmq-client单位不一致
URL: https://github.com/apache/rocketmq-spring/issues/241#issuecomment-603193287
 
 
   It‘s indeed a bug. Could you please submit a PR to slove this issue?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [rocketmq-spring] RongtongJin commented on issue #241: consumeTimeout的设置与rocketmq-client单位不一致

Posted by GitBox <gi...@apache.org>.
RongtongJin commented on issue #241: consumeTimeout的设置与rocketmq-client单位不一致
URL: https://github.com/apache/rocketmq-spring/issues/241#issuecomment-603193287
 
 
   Could you please submit a PR to slove this issue?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services