Re: [c++]: autodelete, authorisation and QMF event

2013-07-01 Thread Gordon Sim
On 06/19/2013 12:29 PM, Gordon Sim wrote: The c++ broker currently checks for delete permission when autodeleting a queue. Doh! No it doesn't... [...] Though only tangentially related, and a lot less severe in its implications, I think it is also not strictly correct to put the consumers

Re: [c++]: autodelete, authorisation and QMF event

2013-06-20 Thread Ken Giusti
on the broker's process name and (one of?) its public addresses. - Original Message - From: Gordon Sim g...@redhat.com To: users@qpid.apache.org Sent: Wednesday, June 19, 2013 7:29:19 AM Subject: [c++]: autodelete, authorisation and QMF event The c++ broker currently checks for delete

[c++]: autodelete, authorisation and QMF event

2013-06-19 Thread Gordon Sim
The c++ broker currently checks for delete permission when autodeleting a queue. Where the queue is also exclusive, this is when the 'owning' session ends. Where it is not exclusive, this is when the last consumer cancels. I think checking permission for the delete is wrong in both these