commit | 395d4978068cd55d5772409ccce23e9030ab1202 | [log] [tgz] |
---|---|---|
author | duhenglucky <duheng0522@gmail.com> | Thu Oct 24 19:26:43 2019 +0800 |
committer | duhenglucky <duheng0522@gmail.com> | Thu Oct 24 19:26:43 2019 +0800 |
tree | 266d2b6cedd87561e05ee0943df743d86d7a9fc4 | |
parent | cedbdc9a732295c3f28bbb17446031a642a0b565 [diff] |
fix(producer) polish producer sample
diff --git a/samples/producer.py b/samples/producer.py index 8b7b361..2dcf476 100644 --- a/samples/producer.py +++ b/samples/producer.py
@@ -74,7 +74,7 @@ msg = create_message() ret = transactionMQProducer.send_message_in_transaction(msg, local_execute, None) print 'send message status: ' + str(ret.status) + ' msgId: ' + ret.msg_id - print 'send sync message done' + print 'send transaction message done' while True: time.sleep(3600)