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 2019/12/11 00:59:47 UTC

[GitHub] [rocketmq] xiangwangcheng commented on issue #1631: What kind of consideration is it based on that one MQ client only has one connection to the broker?

xiangwangcheng commented on issue #1631: What kind of consideration is it based on that one MQ client only has one connection to the broker?
URL: https://github.com/apache/rocketmq/issues/1631#issuecomment-564329316
 
 
   If the "MQ client" means MQClientInstance, yes, one MQClientInstance maintains one connection to one broker(but it maintains the connections with all brokers in the cluster).
   And you can create producers/consumers in any numbers in your client-side, each holds one MQClientInstance.

----------------------------------------------------------------
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