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 2018/12/01 07:27:49 UTC

[GitHub] liangyuanpeng commented on issue #568: org.apache.rocketmq.remoting.exception.RemotingTooMuchRequestException: sendDefaultImpl call timeout

liangyuanpeng commented on issue #568: org.apache.rocketmq.remoting.exception.RemotingTooMuchRequestException: sendDefaultImpl call timeout
URL: https://github.com/apache/rocketmq/issues/568#issuecomment-443406730
 
 
   maybe you should close the vip channel,detail can see [Apache RocketMQ单机部署](https://liangyuanpeng.github.io/post/2018-11-27-rocketmq%E7%8E%AF%E5%A2%83%E6%90%AD%E5%BB%BA/)
   
   rocket除了9876其实还有两个端口
   10911
   10909
   
   10909是VIP通道对应的端口,在JAVA中的消费者对象或者是生产者对象中关闭VIP通道即可无需开放10909端口
   
   使用如下方法
   ``
   setVipChannelEnabled(false);
   ``
   详细的可以看看[Apache RocketMQ单机部署](https://liangyuanpeng.github.io/post/2018-11-27-rocketmq%E7%8E%AF%E5%A2%83%E6%90%AD%E5%BB%BA/)
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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