You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by yu...@apache.org on 2017/12/08 09:42:50 UTC

[rocketmq] branch develop updated (8c30310 -> 09fb8b5)

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

yukon pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git.


    from 8c30310  [ROCKETMQ-292] Delete system.exit in MQAdminStartup
     add 37cf2a7  [ROCKETMQ-324] Expose an interface for client to specify the async call back executor
     new 09fb8b5  Merge pull request #201 from zhouxinyu/ROCKETMQ-324

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../impl/producer/DefaultMQProducerImpl.java       |  4 ++
 .../client/producer/DefaultMQProducer.java         | 12 ++++++
 .../client/producer/DefaultMQProducerTest.java     | 19 ++++++++++
 .../apache/rocketmq/remoting/RemotingClient.java   |  2 +
 .../remoting/netty/NettyRemotingClient.java        | 12 +++++-
 .../remoting/netty/NettyRemotingClientTest.java    | 43 ++++++++++++++++++++++
 6 files changed, 91 insertions(+), 1 deletion(-)
 create mode 100644 remoting/src/test/java/org/apache/rocketmq/remoting/netty/NettyRemotingClientTest.java

-- 
To stop receiving notification emails like this one, please contact
['"commits@rocketmq.apache.org" <co...@rocketmq.apache.org>'].

[rocketmq] 01/01: Merge pull request #201 from zhouxinyu/ROCKETMQ-324

Posted by yu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

yukon pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git

commit 09fb8b5dc75419e2d8676af432d45b733f366d3a
Merge: 8c30310 37cf2a7
Author: yukon <yu...@apache.org>
AuthorDate: Fri Dec 8 17:42:46 2017 +0800

    Merge pull request #201 from zhouxinyu/ROCKETMQ-324
    
    [ROCKETMQ-324] Expose an interface for client to specify the async call back executor

 .../impl/producer/DefaultMQProducerImpl.java       |  4 ++
 .../client/producer/DefaultMQProducer.java         | 12 ++++++
 .../client/producer/DefaultMQProducerTest.java     | 19 ++++++++++
 .../apache/rocketmq/remoting/RemotingClient.java   |  2 +
 .../remoting/netty/NettyRemotingClient.java        | 12 +++++-
 .../remoting/netty/NettyRemotingClientTest.java    | 43 ++++++++++++++++++++++
 6 files changed, 91 insertions(+), 1 deletion(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@rocketmq.apache.org" <co...@rocketmq.apache.org>.