Hi everyone, I've been looking through the code and have noticed that the only AuthorizationMaps are DefaultAuthorizationMap and SimpleAuthorizationMap. And neither of these allows for text-based configuration of access.
I'm wondering if such a thing exists and if I should create one if it doesn't. I'm thinking the config file would be something like: Queue:>::group:admins Queue:USERS>::group:users Topic:>::group:admins ... where each line is an addition to the map and each line is made of: <Queue/Topic>:<destination name>::<group/user
:<group/user name>
(the delimitor choice is open for debate) Anyone agree?
