2016-03-14 15:08 GMT+01:00 Chuck Rolke <cro...@redhat.com>: > C++ Broker ACL does not deal well with the autogenerated queue names.
Fortunately changes to the code are minimal :) > You may try using ACL to limit users to creating/accessing only one > autodelete queue that is prefixed with the user name. This keeps > each user in his own box and still has the effect of temporary queues. > > [snip] > acl allow all create queue ${user}* autodelete=true > acl deny all create queue ${user}* > quota queues 1 all > [snip] In my case temporary queue is used as reply to queue and more than one application at a time may use the same certificate so I combined both proposed solutions: <prefix>.<user>.<generated_UUID> for queue name and for ACL <prefix>.${user}.* patter for create and consume <prefix>.* pattern for access Thanks for the help. Regards, Domen --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org For additional commands, e-mail: users-h...@qpid.apache.org