Re: [C++ broker] temporary queues and ACL ussage

2016-03-16 Thread Domen Vrankar
2016-03-14 15:08 GMT+01:00 Chuck Rolke : > 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

Re: [C++ broker] temporary queues and ACL ussage

2016-03-14 Thread Chuck Rolke
rom: "Domen Vrankar" > To: users@qpid.apache.org > Sent: Monday, March 14, 2016 8:46:01 AM > Subject: [C++ broker] temporary queues and ACL ussage > > Hi, > > I'm using qpid C++ 0.34 with SSL authentication. > > I have a mixture of durable and tempora

Re: [C++ broker] temporary queues and ACL ussage

2016-03-14 Thread Jakub Scholz
Hi, > if I understand correctly creator of temporary queue is the only one that is able to receive from it I don't think the temporary queues work like this - unless they are created as exclusive, someone else than the creator of the queue can connect to the queue and the messages will be distrib

[C++ broker] temporary queues and ACL ussage

2016-03-14 Thread Domen Vrankar
Hi, I'm using qpid C++ 0.34 with SSL authentication. I have a mixture of durable and temporary queues and am trying to limit the access with ACL. All users have access to a single exchange for sending message but only some users have permission to read from one or more queues connected to that e