You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by li...@apache.org on 2022/07/20 08:34:26 UTC

[rocketmq-clients] branch cpp_dev updated (59e0852 -> ee61403)

This is an automated email from the ASF dual-hosted git repository.

lizhanhui pushed a change to branch cpp_dev
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git


    from 59e0852  Make topic, service access point, message body size configurable through command option
     add ee61403  Add an example producer, publishing timed message

No new revisions were added by this update.

Summary of changes:
 cpp/examples/BUILD.bazel                           |  32 +++++--
 cpp/examples/ExampleFifoProducer.cpp               |   2 +-
 cpp/examples/ExampleProducer.cpp                   |   3 +-
 ...cer.cpp => ExampleProducerWithTimedMessage.cpp} |  21 ++++-
 cpp/examples/SqlConsumer.cpp                       |   7 +-
 cpp/examples/SqlProducer.cpp                       | 102 ++++++++++++++++-----
 cpp/include/rocketmq/Message.h                     |   8 ++
 cpp/source/base/Message.cpp                        |   5 +
 cpp/source/client/ClientManagerImpl.cpp            |   2 +-
 9 files changed, 137 insertions(+), 45 deletions(-)
 copy cpp/examples/{ExampleFifoProducer.cpp => ExampleProducerWithTimedMessage.cpp} (85%)