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 50CC5200C8C for ; Tue, 6 Jun 2017 22:02:09 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 4F78F160BD3; Tue, 6 Jun 2017 20:02:09 +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 8E40E160BB7 for ; Tue, 6 Jun 2017 22:02:08 +0200 (CEST) Received: (qmail 61148 invoked by uid 500); 6 Jun 2017 20:02:07 -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 61132 invoked by uid 99); 6 Jun 2017 20:02:07 -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; Tue, 06 Jun 2017 20:02:07 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 80374DFF16; Tue, 6 Jun 2017 20:02:07 +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: Tue, 06 Jun 2017 20:02:08 -0000 Message-Id: In-Reply-To: <0cb7e03fd53e447eaa929f6f31a63875@git.apache.org> References: <0cb7e03fd53e447eaa929f6f31a63875@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] activemq-artemis git commit: This closes #1319 archived-at: Tue, 06 Jun 2017 20:02:09 -0000 This closes #1319 Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/dc9cee2f Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/dc9cee2f Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/dc9cee2f Branch: refs/heads/master Commit: dc9cee2f79f1643a1b99bf17b096127c999ef017 Parents: 34362e9 a1fb897 Author: Clebert Suconic Authored: Tue Jun 6 16:01:03 2017 -0400 Committer: Clebert Suconic Committed: Tue Jun 6 16:01:03 2017 -0400 ---------------------------------------------------------------------- .../artemis/core/protocol/stomp/Stomp.java | 8 ++ .../artemis/core/protocol/stomp/StompUtils.java | 19 +++ .../tests/integration/stomp/StompTest.java | 119 +++++++++++++++++-- 3 files changed, 139 insertions(+), 7 deletions(-) ----------------------------------------------------------------------