Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D1889200BA8 for ; Mon, 24 Oct 2016 17:12:36 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id CDBA0160B01; Mon, 24 Oct 2016 15:12:36 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 45DBF160AEB for ; Mon, 24 Oct 2016 17:12:36 +0200 (CEST) Received: (qmail 39234 invoked by uid 500); 24 Oct 2016 15:12:35 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 39127 invoked by uid 99); 24 Oct 2016 15:12:35 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Oct 2016 15:12:35 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E446EE04BE; Mon, 24 Oct 2016 15:12:34 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: clebertsuconic@apache.org To: commits@activemq.apache.org Date: Mon, 24 Oct 2016 15:12:36 -0000 Message-Id: <095b4758341e41fd939e20560a6dcd31@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [3/3] activemq-artemis git commit: This closes #780 archived-at: Mon, 24 Oct 2016 15:12:37 -0000 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 Authored: Mon Oct 24 11:12:26 2016 -0400 Committer: Clebert Suconic 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(-) ----------------------------------------------------------------------