Re: Runtime Reloading of Authorization Map

2018-01-20 Thread Tim Bain
t the attempt to be rejected. Tim On Jan 16, 2018 6:46 AM, "docscaa" wrote: > Team, > > I am implementing runtime reloading of authorization map settings in > activemq.xml using following configuration, > (http://activemq.apache.org/runtime-configuration.html) > &g

Runtime Reloading of Authorization Map

2018-01-16 Thread docscaa
Team, I am implementing runtime reloading of authorization map settings in activemq.xml using following configuration, (http://activemq.apache.org/runtime-configuration.html) http://activemq.apache.org/schema/core"; start="false" ... > ... I performed

Runtime Reloading of Authorization Map

2018-01-16 Thread docscaa
Team, I am using authorization map in activemq.xml for securing my queues. My requirement is reloading of these map entries without restarting the broker. for this I found the below solution http://activemq.apache.org/schema/core"; start="false" ... > ... link to above solu