2016-03-14 15:08 GMT+01:00 Chuck Rolke <[email protected]>:
> 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: [email protected]
For additional commands, e-mail: [email protected]