This closes #1183
Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/7304416d Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/7304416d Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/7304416d Branch: refs/heads/master Commit: 7304416d424dfe15918b8141794ea0d10c94e149 Parents: d29afd1 911888e Author: Justin Bertram <[email protected]> Authored: Fri Apr 7 09:10:44 2017 -0500 Committer: Justin Bertram <[email protected]> Committed: Fri Apr 7 09:10:44 2017 -0500 ---------------------------------------------------------------------- .../protocol/core/CoreRemotingConnection.java | 8 ++ .../artemis/core/protocol/core/Packet.java | 10 ++ .../core/protocol/core/impl/PacketImpl.java | 9 +- .../core/impl/RemotingConnectionImpl.java | 6 + .../core/impl/wireformat/MessagePacket.java | 12 -- .../wireformat/SessionContinuationMessage.java | 16 +-- .../SessionReceiveContinuationMessage.java | 6 +- .../impl/wireformat/SessionReceiveMessage.java | 6 +- .../SessionSendContinuationMessage.java | 6 +- .../impl/wireformat/SessionSendMessage.java | 5 +- .../impl/wireformat/ReplicationAddMessage.java | 13 +- .../wireformat/ReplicationAddTXMessage.java | 13 ++ .../wireformat/ReplicationCommitMessage.java | 9 ++ .../wireformat/ReplicationDeleteMessage.java | 9 ++ .../wireformat/ReplicationDeleteTXMessage.java | 11 ++ .../ReplicationLargeMessageBeginMessage.java | 9 ++ .../ReplicationLargeMessageEndMessage.java | 8 ++ .../ReplicationLargeMessageWriteMessage.java | 10 ++ .../ReplicationLiveIsStoppingMessage.java | 7 ++ .../wireformat/ReplicationPageEventMessage.java | 9 ++ .../wireformat/ReplicationPageWriteMessage.java | 8 ++ .../wireformat/ReplicationPrepareMessage.java | 10 ++ .../wireformat/ReplicationResponseMessage.java | 7 ++ .../ReplicationResponseMessageV2.java | 7 ++ .../wireformat/ReplicationStartSyncMessage.java | 21 ++++ .../wireformat/ReplicationSyncFileMessage.java | 38 +++++- .../impl/netty/NettyServerConnection.java | 6 - .../core/replication/ReplicationManager.java | 120 +++++++------------ 28 files changed, 267 insertions(+), 132 deletions(-) ----------------------------------------------------------------------
