The *Roles fields are Strings containing comma-separated list of the roles that have a particular permission (read, write, admin). The *Acl fields are collections formed by splitting the Strings apart at the commas. So in this case ACL is simply the parsed/deserialized form of roles.
Reference: https://github.com/apache/activemq/blob/master/activemq-broker/src/main/java/org/apache/activemq/security/AuthorizationEntry.java On Wed, Jan 17, 2018 at 2:33 AM, docscaa <docs...@gmail.com> wrote: > Hi, > > I was debugging activemq authorization plugin where I saw collections > named > readAcl, readRoles and writeAcl, writeRole. > > > > > > -- > Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User- > f2341805.html >