Hi, The runtime configuration plugin which automatically reload the broker only works with some configuration section: - networkConnectors - destinationPolicies - plugins (including authorizationPlugin) - destinationInterceptors
users.properties and group.properties are not "monitored" by the runtime configuration plugin. Actually, the login module is responsible to the loading/reloading (depending of the JAAS login module). Regards JB > Le 18 juin 2021 à 04:10, ヤ艾枫o.-- <1169114...@qq.com.INVALID> a écrit : > > When I use jaas,I should to change activemq.xml > (<plugins><authorizationPlugin><Map><authorizationMQ>). > this change do not need to restart broker. > But, i hava to change user.properties and group.properties ,this change need > to restart broker. > i want to know change user.properties and group.properties files without > restarting the broker > > > > > ------------------ 原始邮件 ------------------ > 发件人: > "users" > > <tb...@alumni.duke.edu>; > 发送时间: 2021年6月17日(星期四) 晚上7:38 > 收件人: "ActiveMQ Users"<users@activemq.apache.org>; > > 主题: Re: For all configurations of ActiveMQ 5. X, it will take effect > only after the service is restarted? > > > > At least some portions of the configuration can be reloaded without a > restart. https://activemq.apache.org/runtime-configuration has details > about what portions of the configuration support live configuration > reloading. > > If there's something that isn't supported that you think should be, you can > propose that support for it be added by submitting an enhancement request > in JIRA. > > Tim > > On Thu, Jun 17, 2021, 12:44 AM ヤ艾枫o.-- <1169114...@qq.com> wrote: > > > Hi > > When i use activemq,i hava to change some configuration,for example :add > > users, change transportConnector port. > > Complete the above modification in the activmq. XML file.I have to > > restarted the broker and this change can effect. > > Why in this way of design, It's troublesome to use this way,Can't you > load > > the configuration file automatically, save the restart > process?&nbsp;&nbsp;