FFGF commented on issue #568: URL: https://github.com/apache/rocketmq/issues/568#issuecomment-640049169
> 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/) `setVipChannelEnabled(false);`解决问题了,搞了三四个小时,各种设置,官网的demo也不说一声,有点坑啊。 ---------------------------------------------------------------- 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]
