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 2015/07/14 15:53:48 UTC

[3/3] activemq-artemis git commit: This closes #78 Stomp changes

This closes #78 Stomp changes


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

Branch: refs/heads/master
Commit: 4167c5f2cc45a79caecd71fd990c3129533e0833
Parents: f17991e 6ee22e7
Author: Clebert Suconic <cl...@apache.org>
Authored: Tue Jul 14 09:53:36 2015 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Tue Jul 14 09:53:36 2015 -0400

----------------------------------------------------------------------
 .../protocol/stomp/ActiveMQStompException.java  |  3 +-
 .../core/protocol/stomp/StompConnection.java    | 34 ++++++++++----------
 .../core/protocol/stomp/StompDecoder.java       | 17 ++++++----
 .../artemis/core/protocol/stomp/StompFrame.java |  2 +-
 .../protocol/stomp/StompProtocolManager.java    | 11 ++++---
 .../core/protocol/stomp/StompSession.java       |  4 +--
 .../stomp/VersionedStompFrameHandler.java       | 12 +++----
 .../stomp/v10/StompFrameHandlerV10.java         |  4 +--
 .../stomp/v11/StompFrameHandlerV11.java         | 17 ++++++----
 .../stomp/v12/StompFrameHandlerV12.java         | 13 ++++----
 10 files changed, 65 insertions(+), 52 deletions(-)
----------------------------------------------------------------------