Home  >  Q&A  >  body text

java - How consumers receive messages in major MQ products

After reading the client code of RocketMQ, it uses schedule to initiate rpc requests to receive messages at regular intervals. I would like to ask if other mq products also use schedule to receive messages? Thank you!

世界只因有你世界只因有你2686 days ago792

reply all(1)I'll reply

  • 黄舟

    黄舟2017-06-12 09:26:29

    Now that the author has looked at the RocketMQ Client code, you can look at other MQ client implementations
    Client obtaining messages is nothing more than pushpull mode, or pushpull can be used together

    reply
    0
  • Cancelreply