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 2016/05/05 14:53:54 UTC

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

This closes #508


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

Branch: refs/heads/master
Commit: 02ca942d30c895b835e664e5a8abe6b5521e83f4
Parents: bb9ea98 6aaa9df
Author: Clebert Suconic <cl...@apache.org>
Authored: Thu May 5 10:52:14 2016 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Thu May 5 10:52:14 2016 -0400

----------------------------------------------------------------------
 .../impl/wireformat/CheckFailoverMessage.java    |  8 ++++++++
 .../wireformat/CheckFailoverReplyMessage.java    |  8 ++++++++
 .../wireformat/ClusterTopologyChangeMessage.java | 11 +++++++++++
 .../ClusterTopologyChangeMessage_V2.java         | 13 +++++++++++++
 .../ClusterTopologyChangeMessage_V3.java         | 14 ++++++++++++++
 .../impl/wireformat/CreateSessionMessage.java    | 19 +++++++++++++++++++
 .../wireformat/CreateSessionResponseMessage.java |  8 ++++++++
 .../wireformat/CreateSharedQueueMessage.java     |  3 ++-
 .../wireformat/DisconnectConsumerMessage.java    |  8 ++++++++
 .../core/impl/wireformat/MessagePacket.java      |  5 ++---
 .../impl/wireformat/ReattachSessionMessage.java  |  9 +++++++++
 .../ReattachSessionResponseMessage.java          |  9 +++++++++
 .../core/impl/wireformat/RollbackMessage.java    |  8 ++++++++
 .../wireformat/SessionAcknowledgeMessage.java    | 10 ++++++++++
 .../wireformat/SessionAddMetaDataMessage.java    |  9 +++++++++
 .../wireformat/SessionAddMetaDataMessageV2.java  | 10 ++++++++++
 .../wireformat/SessionBindingQueryMessage.java   |  8 ++++++++
 .../SessionBindingQueryResponseMessage.java      |  9 +++++++++
 .../SessionBindingQueryResponseMessage_V2.java   | 10 ++++++++++
 .../wireformat/SessionContinuationMessage.java   |  9 +++++++++
 .../wireformat/SessionCreateConsumerMessage.java |  3 +++
 .../impl/wireformat/SessionExpireMessage.java    |  9 +++++++++
 .../SessionIndividualAcknowledgeMessage.java     | 10 ++++++++++
 .../SessionProducerCreditsFailMessage.java       |  9 +++++++++
 .../SessionProducerCreditsMessage.java           |  9 +++++++++
 .../wireformat/SessionQueueQueryMessage.java     |  8 ++++++++
 .../SessionQueueQueryResponseMessage.java        | 15 +++++++++++++++
 .../SessionQueueQueryResponseMessage_V2.java     | 16 ++++++++++++++++
 .../SessionReceiveContinuationMessage.java       |  8 ++++++++
 .../wireformat/SessionReceiveLargeMessage.java   | 11 +++++++++++
 .../impl/wireformat/SessionReceiveMessage.java   |  9 +++++++++
 .../SessionRequestProducerCreditsMessage.java    |  9 +++++++++
 .../SessionSendContinuationMessage.java          | 14 ++++++++++++++
 .../impl/wireformat/SessionSendLargeMessage.java |  8 ++++++++
 .../core/impl/wireformat/SessionSendMessage.java |  8 ++++++++
 .../wireformat/SessionXAAfterFailedMessage.java  |  8 ++++++++
 .../impl/wireformat/SessionXAForgetMessage.java  |  8 ++++++++
 .../SessionXAGetInDoubtXidsResponseMessage.java  |  8 ++++++++
 .../SessionXAGetTimeoutResponseMessage.java      |  8 ++++++++
 .../impl/wireformat/SessionXAJoinMessage.java    |  8 ++++++++
 .../impl/wireformat/SessionXAPrepareMessage.java |  8 ++++++++
 .../wireformat/SessionXAResponseMessage.java     | 10 ++++++++++
 .../impl/wireformat/SessionXAResumeMessage.java  |  8 ++++++++
 .../wireformat/SessionXARollbackMessage.java     |  8 ++++++++
 .../wireformat/SessionXASetTimeoutMessage.java   |  8 ++++++++
 .../SessionXASetTimeoutResponseMessage.java      |  8 ++++++++
 .../impl/wireformat/SessionXAStartMessage.java   |  8 ++++++++
 .../SubscribeClusterTopologyUpdatesMessage.java  |  8 ++++----
 ...SubscribeClusterTopologyUpdatesMessageV2.java |  8 ++++++++
 49 files changed, 440 insertions(+), 8 deletions(-)
----------------------------------------------------------------------