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 2018/01/31 23:19:06 UTC

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

This closes #1830


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

Branch: refs/heads/master
Commit: 5c6f0c6df32c130201470cc1a9473b7a6a54475b
Parents: 3d79a08 9c8bf2f
Author: Clebert Suconic <cl...@apache.org>
Authored: Wed Jan 31 18:13:30 2018 -0500
Committer: Clebert Suconic <cl...@apache.org>
Committed: Wed Jan 31 18:13:30 2018 -0500

----------------------------------------------------------------------
 .../artemis/cli/commands/etc/broker.xml         |   4 +
 .../cli/commands/etc/hornetq-acceptor.txt       |   2 +-
 .../impl/wireformat/QueueAbstractPacket.java    |  81 ++++++--------
 .../artemis/api/core/QueueAbstractTest.java     |  48 ---------
 .../hornetq/HornetQProtocolManager.java         |   5 +
 .../hornetq/HornetQProtocolManagerFactory.java  |   5 +-
 .../core/ServerSessionPacketHandler.java        |   8 +-
 .../core/impl/ActiveMQPacketHandler.java        |   9 +-
 .../protocol/core/impl/CoreProtocolManager.java |   2 +-
 .../addressConfig/artemisServer.groovy          |   2 +-
 .../resources/exportimport/artemisServer.groovy |  60 +++++++++++
 .../prefixSendAckTest/artemisServer.groovy      |  60 +++++++++++
 .../prefixSendAckTest/sendAckMessages.groovy    | 105 +++++++++++++++++++
 .../main/resources/servers/artemisServer.groovy |   2 +-
 .../tests/compatibility/ExportImportTest.java   |   8 ++
 .../tests/compatibility/PrefixSendAckTest.java  |  59 +++++++++++
 .../tests/compatibility/VersionedBaseTest.java  |   8 +-
 17 files changed, 351 insertions(+), 117 deletions(-)
----------------------------------------------------------------------