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/01/16 16:56:58 UTC

[GitHub] jonnxu opened a new issue #67: CreateMessage but without DestroyMessage for example AsyncProducer and SyncProducer

jonnxu opened a new issue #67: CreateMessage but without DestroyMessage for example AsyncProducer and SyncProducer
URL: https://github.com/apache/rocketmq-client-cpp/issues/67
 
 
   CreateMessage but without DestroyMessage for example AsyncProducer and SyncProducer in CAsyncProducer.c and Producer.c
   
   void startSendMessage(CProducer *producer) {
       ........
       **CMessage *msg = CreateMessage("T_TestTopic");**
       for (i = 0; i < 10; i++) {
             .......
       }
   }

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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