RE: how to create temporary queue from Proton API

2015-06-19 Thread Yanfeng Liu
Gordon, Thank you so much for the pointer! Regards, Yanfeng -Original Message- From: Gordon Sim [mailto:g...@redhat.com] Sent: Friday, June 19, 2015 4:27 PM To: proton@qpid.apache.org Subject: Re: how to create temporary queue from Proton API On 06/19/2015 07:14 AM, Yanfeng Liu

Re: how to create temporary queue from Proton API

2015-06-19 Thread Gordon Sim
On 06/19/2015 07:14 AM, Yanfeng Liu wrote: Hi, I am wondering if it is possible to create a temporary queue from a Qpid client program using Proton API only? Assuming you mean the messenger API, then you can now do so by using a url for your subscription of the form amqp://myhost:5672/# wher

how to create temporary queue from Proton API

2015-06-18 Thread Yanfeng Liu
Hi, I am wondering if it is possible to create a temporary queue from a Qpid client program using Proton API only? This is possible from the non-Proton API libraries for Java, C and other languages. But unfortunately I can't use such legacy APIs. All I can use is Proton-C library. Regards, Ya