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/10/24 15:12:36 UTC

[3/3] activemq-artemis git commit: This closes #780

This closes #780


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

Branch: refs/heads/master
Commit: b7102a98ab8f0e0320f0b5d51574d9765a16ec0f
Parents: af676d2 0cd84d9
Author: Clebert Suconic <cl...@apache.org>
Authored: Mon Oct 24 11:12:26 2016 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Mon Oct 24 11:12:26 2016 -0400

----------------------------------------------------------------------
 .../org/apache/activemq/artemis/rest/Jms.java   | 174 -----
 .../artemis/rest/MessageServiceManager.java     |  25 +-
 .../rest/integration/EmbeddedRestActiveMQ.java  |  24 +-
 .../integration/EmbeddedRestActiveMQJMS.java    |  10 +-
 .../artemis/rest/topic/FileTopicPushStore.java  |   4 +-
 .../EmbeddedRestActiveMQJMSTest.java            | 211 ++++++
 .../activemq/artemis/rest/test/Embedded.java    |  91 ---
 .../artemis/rest/test/EmbeddedTest.java         | 161 -----
 .../artemis/rest/test/EmbeddedTestServer.java   |  87 +++
 .../activemq/artemis/rest/test/JMSTest.java     | 270 --------
 .../artemis/rest/test/MessageTestBase.java      |   4 +-
 .../artemis/rest/test/RepostingTopicTest.java   | 688 ------------------
 .../apache/activemq/artemis/rest/test/Util.java |   2 +-
 .../artemis/rest/topic/RepostingTopicTest.java  | 689 +++++++++++++++++++
 14 files changed, 1016 insertions(+), 1424 deletions(-)
----------------------------------------------------------------------