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 4C77B200D1E for ; Wed, 18 Oct 2017 17:47:02 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 4AE7A160BEA; Wed, 18 Oct 2017 15:47:02 +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 881721609EE for ; Wed, 18 Oct 2017 17:47:01 +0200 (CEST) Received: (qmail 38682 invoked by uid 500); 18 Oct 2017 15:47:00 -0000 Mailing-List: contact dev-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 dev@activemq.apache.org Received: (qmail 38671 invoked by uid 99); 18 Oct 2017 15:47:00 -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; Wed, 18 Oct 2017 15:47:00 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2E5F4DFB6F; Wed, 18 Oct 2017 15:47:00 +0000 (UTC) From: clebertsuconic To: dev@activemq.apache.org Reply-To: dev@activemq.apache.org References: In-Reply-To: Subject: [GitHub] activemq-artemis issue #1596: ARTEMIS-450 Deadlocked queues over AMQP after ... Content-Type: text/plain Message-Id: <20171018154700.2E5F4DFB6F@git1-us-west.apache.org> Date: Wed, 18 Oct 2017 15:47:00 +0000 (UTC) archived-at: Wed, 18 Oct 2017 15:47:02 -0000 Github user clebertsuconic commented on the issue: https://github.com/apache/activemq-artemis/pull/1596 your test wasn’t validating semantics. The change is good. ---