Re: limit policy on bound temporary queues

2012-12-18 Thread Pavel Moravec
Message - From: Lance D. lan...@gmail.com To: users@qpid.apache.org Sent: Tuesday, December 18, 2012 4:09:00 AM Subject: limit policy on bound temporary queues Hello, I'm trying to figure out a problem and I'm hoping to find the right way to make this happen. I've got a data

Re: limit policy on bound temporary queues

2012-12-18 Thread Lance D.
Thanks Jakub. Correct me if I'm wrong, but those commands to create the queue are the python commands, correct? What would that look like in c++? And I really like the ACL list idea. That will make it much easier to enforce proper client behavior. -Lance On Tue, Dec 18, 2012 at 3:01 AM,

Re: limit policy on bound temporary queues

2012-12-18 Thread Lance D.
- From: Lance D. lan...@gmail.com To: users@qpid.apache.org Sent: Tuesday, December 18, 2012 4:09:00 AM Subject: limit policy on bound temporary queues Hello, I'm trying to figure out a problem and I'm hoping to find the right way to make this happen. I've got a data

Re: limit policy on bound temporary queues

2012-12-18 Thread Jakub Scholz
Hi Lance, The address can be used in most of the new APIs - including C++ and Java. In C++ (the qpid.messaging API, not the deprecated qpid.client) you can pass this address as a string when creating the receiver using session.createReceiver(...). In Java, it is a bit more complicated, because