Hello everyone, I looked into ACL documentation of Qpid C++ broker (1.36.0) and tested it a bit.
I would like to allow for one usergroup to write to a queue with a specific name, but deny it for all other users. But I saw that i can not do the following: acl allow group1 publish queue name=QU1 I understood that the publish keyword can only be used for exchanges. I also would like to restrict reading from an exchange with a specific name and allow it only for one usergroup. But the following seems also not to be allowed: acl allow group1 consume exchange name=EX1 "consume" is only allowed for queues. How can I reach these two requirements? Kind Regards, Andreas
