You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/08/22 08:18:00 UTC

[jira] [Commented] (ARTEMIS-1361) Support Updating queue config from broker.xml at runtime

    [ https://issues.apache.org/jira/browse/ARTEMIS-1361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16136491#comment-16136491 ] 

ASF GitHub Bot commented on ARTEMIS-1361:
-----------------------------------------

GitHub user michaelandrepearce opened a pull request:

    https://github.com/apache/activemq-artemis/pull/1484

    ARTEMIS-1361 - Support Updating queue config from broker.xml at runtime

    Add support to update Queue config via reload using existing updateQueue method at runtime.
    Add/extend unit test cases to include testing reload of queue config.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/michaelandrepearce/activemq-artemis ARTEMIS-1361

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq-artemis/pull/1484.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 #1484
    
----
commit f78cbbefa0686c8e5ec21d967f195f282dc0f865
Author: Michael Andre Pearce <mi...@me.com>
Date:   2017-08-22T08:16:48Z

    ARTEMIS-1361 - Support Updating queue config from broker.xml at runtime 
    
    Add support to update Queue config via reload using existing updateQueue method at runtime.
    Add/extend unit test cases to include testing reload of queue config.

----


> Support Updating queue config from broker.xml at runtime
> --------------------------------------------------------
>
>                 Key: ARTEMIS-1361
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1361
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>            Reporter: Michael Andre Pearce
>
> Currently it is possible to update queue config (maxconsumers, purgeifnoconsumers) via other means at runtime, but if changed in broker.xml it requires a broker restart, this is to allow the change of these values at runtime, using the existing updateQueue methods



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)