From dev-return-67125-archive-asf-public=cust-asf.ponee.io@activemq.apache.org Thu Sep 6 20:24:22 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 AA85B180668 for ; Thu, 6 Sep 2018 20:24:21 +0200 (CEST) Received: (qmail 63140 invoked by uid 500); 6 Sep 2018 18:24:20 -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 63124 invoked by uid 99); 6 Sep 2018 18:24:20 -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; Thu, 06 Sep 2018 18:24:20 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id DC9F6E0054; Thu, 6 Sep 2018 18:24:19 +0000 (UTC) From: michaelandrepearce To: dev@activemq.apache.org Reply-To: dev@activemq.apache.org Message-ID: Subject: [GitHub] activemq-artemis pull request #2298: ARTEMIS-2065 Change routing-type isnt d... Content-Type: text/plain Date: Thu, 6 Sep 2018 18:24:19 +0000 (UTC) GitHub user michaelandrepearce opened a pull request: https://github.com/apache/activemq-artemis/pull/2298 ARTEMIS-2065 Change routing-type isnt destructive. Revert previous fix Keep original ConfigChangeTest Apply new non-destructive fix. Enhance tests to ensure messages in queues are not lost either on reload when running or when config changed on-restart (e.g. queue i not destroyed) You can merge this pull request into a Git repository by running: $ git pull https://github.com/michaelandrepearce/activemq-artemis ARTEMIS-2065 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/activemq-artemis/pull/2298.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2298 ---- commit c9d8ad1f38300822a6707cf383bc79fc954114dd Author: Michael André Pearce Date: 2018-09-06T17:41:21Z ARTEMIS-2065 Change routing-type isnt destructive. Revert previous fix Keep original ConfigChangeTest Apply new non-destructive fix. Enhance tests to ensure messages in queues are not lost either on reload when running or when config changed on-restart (e.g. queue i not destroyed) ---- ---