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 CEFC22004F1 for ; Wed, 30 Aug 2017 16:54:33 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id CD63716925D; Wed, 30 Aug 2017 14:54:33 +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 2841616925C for ; Wed, 30 Aug 2017 16:54:33 +0200 (CEST) Received: (qmail 68831 invoked by uid 500); 30 Aug 2017 14:54:32 -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 68815 invoked by uid 99); 30 Aug 2017 14:54:32 -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, 30 Aug 2017 14:54:32 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 37095F5543; Wed, 30 Aug 2017 14:54:32 +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: Wed, 30 Aug 2017 14:54:33 -0000 Message-Id: <4beb91a8e0364d6bae8e7736e5c8f1fe@git.apache.org> In-Reply-To: <920b44ffed4b412082a065286da77791@git.apache.org> References: <920b44ffed4b412082a065286da77791@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] activemq-artemis git commit: ARTEMIS-1360 Update config-reload documentation on queues archived-at: Wed, 30 Aug 2017 14:54:34 -0000 ARTEMIS-1360 Update config-reload documentation on queues Updated details on max-conumsers and purge-on-no-consumers now these fields on queue update on reload. Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/91abc877 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/91abc877 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/91abc877 Branch: refs/heads/master Commit: 91abc8770ca3851e6f0d0aebf8684b5415f9dd4c Parents: 5fead3e Author: Michael Andre Pearce Authored: Wed Aug 30 07:16:06 2017 +0100 Committer: Clebert Suconic Committed: Wed Aug 30 10:54:22 2017 -0400 ---------------------------------------------------------------------- docs/user-manual/en/config-reload.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/91abc877/docs/user-manual/en/config-reload.md ---------------------------------------------------------------------- diff --git a/docs/user-manual/en/config-reload.md b/docs/user-manual/en/config-reload.md index ede9a7f..41ce34f 100644 --- a/docs/user-manual/en/config-reload.md +++ b/docs/user-manual/en/config-reload.md @@ -204,8 +204,8 @@ Operation | Add | Delete | Update `` | X(no more than one is present) | Deleting it means delete (undeploy) all queues from running broker. | N/A `` | A new queue is deployed after reloading | The queue will be undeployed after reloading. | N/A attribute `name` | N/A | X | A queue with new name will be deployed and the queue with old name will be updeployed after reloading (see Note above). -attribute `max-consumers` | N/A | No effect unless starting broker | No effect unless starting broker -attribute `purge-on-no-consumers` | N/A | No effect unless starting broker | No effect unless starting broker +attribute `max-consumers` | If max-consumers > current consumers max-consumers will update on reload | max-consumers will be set back to the default `-1` | If max-consumers > current consumers max-consumers will update on reload +attribute `purge-on-no-consumers` | On reload purge-on-no-consumers will be updated | Will be set back to the default `false` | On reload purge-on-no-consumers will be updated attribute `address` | N/A | No effect unless starting broker | No effect unless starting broker attribute `filter` | N/A | No effect unless starting broker | No effect unless starting broker attribute `durable` | N/A | No effect unless starting broker | No effect unless starting broker