GitHub user leizhiyuan added a comment to the discussion: Reading RMQ source code: Please suggest one key feature to study deeply 请推荐一个RMQ功能进行研究
As a core feature of rocketmq5.0, maybe you can have an in-depth understanding of the pop consumption model and related rip https://lists.apache.org/thread/0bm0qfj8xvqt1jndcmo6b76x6v2ptz1d pop entry point for server-side consumption code ``` org.apache.rocketmq.proxy.grpc.v2.consumer.ReceiveMessageActivity receive org.apache.rocketmq.proxy.grpc.v2.consumer.AckMessageActivity ack ``` Client, you can run this to trigger consumption so that you can debug on the server. ``` https://github.com/apache/rocketmq-clients/blob/master/java/client/src/main/java/org/apache/rocketmq/client/java/example/SimpleConsumerExample.java ``` GitHub link: https://github.com/apache/rocketmq/discussions/8828#discussioncomment-10976950 ---- This is an automatically sent email for dev@rocketmq.apache.org. To unsubscribe, please send an email to: dev-unsubscr...@rocketmq.apache.org