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/12/22 15:25:58 UTC

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

This closes #939


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

Branch: refs/heads/master
Commit: 22f0fcf08b1e232b21e5678a520feb5bfce86c3c
Parents: a3490ca b9a7e15
Author: Clebert Suconic <cl...@apache.org>
Authored: Thu Dec 22 10:25:42 2016 -0500
Committer: Clebert Suconic <cl...@apache.org>
Committed: Thu Dec 22 10:25:42 2016 -0500

----------------------------------------------------------------------
 .../core/protocol/core/impl/PacketImpl.java     | 22 +++++++
 .../impl/wireformat/QueueAbstractPacket.java    | 60 ++++++++++++++++++++
 .../wireformat/SessionBindingQueryMessage.java  |  9 +--
 .../SessionCreateConsumerMessage.java           |  9 +--
 .../wireformat/SessionQueueQueryMessage.java    |  9 +--
 .../artemis/api/core/QueueAbstractTest.java     | 48 ++++++++++++++++
 .../artemis/jms/client/ActiveMQSession.java     | 54 +++++++++++-------
 .../core/ServerSessionPacketHandler.java        | 10 ++--
 .../core/impl/ActiveMQPacketHandler.java        | 14 ++++-
 .../core/server/impl/ServerSessionImpl.java     | 11 +++-
 10 files changed, 193 insertions(+), 53 deletions(-)
----------------------------------------------------------------------