You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ma...@apache.org on 2016/10/25 13:19:17 UTC

[02/33] activemq-artemis git commit: This closes #855

This closes #855


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/0f69bbdf
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/0f69bbdf
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/0f69bbdf

Branch: refs/heads/ARTEMIS-780
Commit: 0f69bbdf0360f1a4f7057a29e939bd0dcffed353
Parents: 2247701 2d1bdcd
Author: Clebert Suconic <cl...@apache.org>
Authored: Mon Oct 24 09:42:22 2016 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Mon Oct 24 09:42:22 2016 -0400

----------------------------------------------------------------------
 .../remoting/impl/netty/NettyConnector.java     |   1 +
 ...ProtonClientConnectionLifeCycleListener.java | 110 +++++++++++++++++
 .../client/ProtonClientProtocolManager.java     | 119 +++++++++++++++++++
 .../protocol/amqp/client/package-info.java      |  22 ++++
 .../amqp/proton/AMQPConnectionContext.java      |   8 +-
 .../amqp/proton/handler/ProtonHandler.java      |   7 ++
 .../tests/integration/amqp/ProtonTest.java      |  55 +++++++++
 .../tests/integration/amqp/ProtonTestBase.java  |  19 +--
 8 files changed, 333 insertions(+), 8 deletions(-)
----------------------------------------------------------------------