[GitHub] incubator-rocketmq issue #26: [ROCKETMQ-26]add new way to send messages in a...

2017-01-03 Thread thisisbaozi
Github user thisisbaozi commented on the issue: https://github.com/apache/incubator-rocketmq/pull/26 @vongosling I have added a example for it --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] incubator-rocketmq pull request #26: [ROCKETMQ-26]add new way to send messag...

2017-01-01 Thread thisisbaozi
Github user thisisbaozi commented on a diff in the pull request: https://github.com/apache/incubator-rocketmq/pull/26#discussion_r94282172 --- Diff: client/src/main/java/org/apache/rocketmq/client/impl/producer/DefaultSendPromise.java --- @@ -0,0 +1,302

[GitHub] incubator-rocketmq pull request #26: [ROCKETMQ-26]add new way to send messag...

2016-12-31 Thread thisisbaozi
GitHub user thisisbaozi opened a pull request: https://github.com/apache/incubator-rocketmq/pull/26 [ROCKETMQ-26]add new way to send messages in asynchronous way Jira issue: https://issues.apache.org/jira/browse/ROCKETMQ-26 You can merge this pull request into a Git repository

[GitHub] incubator-rocketmq pull request #25: add new way to send messages in asynchr...

2016-12-31 Thread thisisbaozi
GitHub user thisisbaozi opened a pull request: https://github.com/apache/incubator-rocketmq/pull/25 add new way to send messages in asynchronous way an new way to send message in async way, it looks like: ``` MQProducer producer = ...; ExecutorService