You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2017/01/18 22:05:55 UTC

[2/2] activemq-artemis git commit: This closes #970

This closes #970


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

Branch: refs/heads/master
Commit: fbc77b44c2bf72cede87b7dd3b74ba2604ccb7b6
Parents: 7a7f335 3347a4f
Author: Clebert Suconic <cl...@apache.org>
Authored: Wed Jan 18 17:05:47 2017 -0500
Committer: Clebert Suconic <cl...@apache.org>
Committed: Wed Jan 18 17:05:47 2017 -0500

----------------------------------------------------------------------
 .../artemis/api/core/ActiveMQBuffer.java        |  6 ++++
 .../artemis/api/core/ActiveMQBuffers.java       |  9 +++++
 .../core/buffers/impl/ChannelBufferWrapper.java | 29 +++++++++++++--
 .../CompressedLargeMessageControllerImpl.java   |  5 +++
 .../client/impl/LargeMessageControllerImpl.java |  5 +++
 .../artemis/core/message/impl/MessageImpl.java  | 37 +++++++++++++++++---
 .../artemis/core/protocol/core/Packet.java      |  9 +++++
 .../core/impl/ActiveMQSessionContext.java       |  2 ++
 .../core/protocol/core/impl/ChannelImpl.java    |  6 ++++
 .../core/protocol/core/impl/PacketImpl.java     |  8 ++++-
 .../impl/wireformat/SessionReceiveMessage.java  |  2 +-
 .../impl/wireformat/SessionSendMessage.java     |  2 +-
 .../remoting/impl/netty/NettyConnection.java    |  5 +++
 .../protocol/AbstractRemotingConnection.java    |  5 +++
 .../spi/core/protocol/RemotingConnection.java   |  2 ++
 .../artemis/spi/core/remoting/Connection.java   |  2 ++
 .../amqp/converter/TestConversions.java         |  5 +++
 .../core/protocol/mqtt/MQTTConnection.java      |  5 +++
 .../core/protocol/stomp/StompConnection.java    |  5 +++
 .../core/impl/wireformat/QuorumVoteMessage.java |  6 ++++
 .../core/remoting/impl/invm/InVMConnection.java | 23 ++++++++++--
 .../unit/core/message/impl/MessageImplTest.java |  7 +++-
 22 files changed, 171 insertions(+), 14 deletions(-)
----------------------------------------------------------------------