Re: Clearing up queues in C++

2013-08-29 Thread Gordon Sim
On 08/28/2013 11:50 PM, Rajesh Khan wrote: Thanks that seems to do the trick. Any idea how I could do it programatically . Attached is a simple example program. However I would advise investigating the autodelete issue a little more as I'm fairly confident it will do as expected if used in t

Re: Clearing up queues in C++

2013-08-29 Thread Gordon Sim
On 08/28/2013 09:53 PM, Rajesh Khan wrote: I wanted to know what my options are when I need to clear up queues. My first preference would be to clear them up programatically. I tried setting a queue to auto-delete however that does not seem to work.I have a sender and a receiver. The receiver cre

Re: Clearing up queues in C++

2013-08-28 Thread Rajesh Khan
y filter={} >> >> qpid: call 128 purge 0 {} >> qpid: OK (0) - {} >> >> You can get the management method list for any object class by using the >> 'schema' command: >> >> qpid: schema queue >> >> -Chuck >> >> >> ---

Re: Clearing up queues in C++

2013-08-28 Thread Rajesh Khan
) - {} > > You can get the management method list for any object class by using the > 'schema' command: > > qpid: schema queue > > -Chuck > > > - Original Message ----- > > From: "Chuck Rolke" > > To: users@qpid.apache.org > > Sent

Re: Clearing up queues in C++

2013-08-28 Thread Chuck Rolke
list for any object class by using the 'schema' command: qpid: schema queue -Chuck - Original Message - > From: "Chuck Rolke" > To: users@qpid.apache.org > Sent: Wednesday, August 28, 2013 5:19:01 PM > Subject: Re: Clearing up queues in C++ > > Queu

Re: Clearing up queues in C++

2013-08-28 Thread Chuck Rolke
ent: Wednesday, August 28, 2013 4:53:14 PM > Subject: Clearing up queues in C++ > > I wanted to know what my options are when I need to clear up queues. > My first preference would be to clear them up programatically. I tried > setting a queue to auto-delete however that does not

Clearing up queues in C++

2013-08-28 Thread Rajesh Khan
I wanted to know what my options are when I need to clear up queues. My first preference would be to clear them up programatically. I tried setting a queue to auto-delete however that does not seem to work.I have a sender and a receiver. The receiver creates a queue and sets the auto delete paramet