You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tubemq.apache.org by go...@apache.org on 2020/12/03 11:12:50 UTC

[incubator-tubemq] branch master updated (ca9ffbe -> 74fef89)

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

gosonzhang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tubemq.git.


    from ca9ffbe  [TUBEMQ-427] Add 0.7.0 version release modification to CHANGES.md (#326)
     add 74fef89  [TUBEMQ-433] add tubemq perf-consumer/producer scripts (#330)

No new revisions were added by this update.

Summary of changes:
 ...{groupAdmin.sh => tubemq-consumer-perf-test.sh} |   5 +-
 ...{groupAdmin.sh => tubemq-producer-perf-test.sh} |   5 +-
 pom.xml                                            |   2 +-
 tubemq-example/pom.xml                             |  10 ++
 tubemq-example/src/main/assembly/assembly.xml      |   3 +
 .../apache/tubemq/example/ArgsParserHelper.java    |  48 ++++++++
 .../tubemq/example/MAMessageProducerExample.java   | 100 +++++++++++------
 .../tubemq/example/MessageConsumerExample.java     | 125 ++++++++++++++-------
 .../org/apache/tubemq/server/tools/ToolUtils.java  |   4 +-
 9 files changed, 217 insertions(+), 85 deletions(-)
 copy bin/{groupAdmin.sh => tubemq-consumer-perf-test.sh} (92%)
 copy bin/{groupAdmin.sh => tubemq-producer-perf-test.sh} (92%)
 create mode 100644 tubemq-example/src/main/java/org/apache/tubemq/example/ArgsParserHelper.java