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 2021/08/17 16:03:37 UTC

[GitHub] [rocketmq] francisoliverlee commented on issue #3272: 是否可以在其他线程中标记某消息已被消费?

francisoliverlee commented on issue #3272:
URL: https://github.com/apache/rocketmq/issues/3272#issuecomment-900426274


   ### request-reply message can be right for you .
   
   - demo sync producer :  https://github.com/apache/rocketmq/blob/master/example/src/main/java/org/apache/rocketmq/example/rpc/RequestProducer.java
   - demo async producer : https://github.com/apache/rocketmq/blob/master/example/src/main/java/org/apache/rocketmq/example/rpc/AsyncRequestProducer.java
   - demo consumer : https://github.com/apache/rocketmq/blob/master/example/src/main/java/org/apache/rocketmq/example/rpc/ResponseConsumer.java
   


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

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org