As a result of this configuration(<plugins><jaasAuthenticationPlugin>) is not support automatically reload the broker, change users.properties and group.propertie art not effect?
------------------ ???????? ------------------ ??????: "users" <j...@nanthrax.net>; ????????: 2021??6??18??(??????) ????11:27 ??????: "users"<users@activemq.apache.org>; ????: Re: For all configurations of ActiveMQ 5. X, it will take effect only after the service is restarted?? 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&gt;<authorizationPlugin&gt;<Map&gt;<authorizationMQ&gt;). > 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&nbsp;without restarting the broker > > > > > ------------------&nbsp;????????&nbsp;------------------ > ??????: "users" <tb...@alumni.duke.edu&gt;; > ????????:&nbsp;2021??6??17??(??????) ????7:38 > ??????:&nbsp;"ActiveMQ Users"<users@activemq.apache.org&gt;; > > ????:&nbsp;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&gt; wrote: > > &gt; Hi > &gt; When i use activemq??i hava to change some configuration,for example :add > &gt; users, change transportConnector port. > &gt; Complete the above modification in the activmq. XML file.I have to > &gt; restarted the broker and this change can effect. > &gt; Why in this way of design, It's troublesome to use this way,Can't you load > &gt; the configuration file automatically, save the restart process?&amp;nbsp;&amp;nbsp;