From dev-return-65640-archive-asf-public=cust-asf.ponee.io@activemq.apache.org Mon May 21 09:00:05 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 6862B18063A for ; Mon, 21 May 2018 09:00:04 +0200 (CEST) Received: (qmail 51054 invoked by uid 500); 21 May 2018 07:00:01 -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 51009 invoked by uid 99); 21 May 2018 07:00: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; Mon, 21 May 2018 07:00:00 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 76A61E0AC6; Mon, 21 May 2018 07:00:00 +0000 (UTC) From: franz1981 To: dev@activemq.apache.org Reply-To: dev@activemq.apache.org References: In-Reply-To: Subject: [GitHub] activemq-artemis issue #2093: ARTEMIS-1872 Check for queue exists before cre... Content-Type: text/plain Message-Id: <20180521070000.76A61E0AC6@git1-us-west.apache.org> Date: Mon, 21 May 2018 07:00:00 +0000 (UTC) Github user franz1981 commented on the issue: https://github.com/apache/activemq-artemis/pull/2093 @michaelandrepearce Yep, makes sense indeed. I will probably implemented it in the same you've done (on Core). I haven't finished to read the AMQP part yet :+1: ---