Re: Number of messages in a queue.

2011-05-19 Thread Phil Brown
Hi Gordon, Thank you for your help and the sample code! On Thu, May 19, 2011 at 10:47 AM, Gordon Sim wrote: > On 05/19/2011 02:51 PM, Phil Brown wrote: > >> I am fairly new to qpid and trying to learn the ropes. >> >> From what I understand, there is no way, through the C++ Messaging API, >>>

Re: Number of messages in a queue.

2011-05-19 Thread Phil Brown
Hi Steve, Thank you for your help! On Thu, May 19, 2011 at 10:48 AM, Steve Huston wrote: > Hi Phil, > > > I am fairly new to qpid and trying to learn the ropes. > > Great - welcome! > > > From what I understand, there is no way, through the C++ > > Messaging API, to get the number of messages i

Re: Number of messages in a queue.

2011-05-19 Thread Pavel Moravec
Book/html/ch02s03.html#QMFPythonConsoleTutorial-InvokingMethodsonanObject where a Python API is shown on several examples. Kind regards, Pavel - Original Message - From: "Gordon Sim" To: users@qpid.apache.org Sent: Thursday, May 19, 2011 4:47:22 PM Subject: Re: Number of messages

Re: Number of messages in a queue.

2011-05-19 Thread Gordon Sim
On 05/19/2011 02:51 PM, Phil Brown wrote: I am fairly new to qpid and trying to learn the ropes. From what I understand, there is no way, through the C++ Messaging API, to get the number of messages in a queue. How can this be done? Is there any sample code? Any help would be greatly apprec

RE: Number of messages in a queue.

2011-05-19 Thread Steve Huston
Hi Phil, > I am fairly new to qpid and trying to learn the ropes. Great - welcome! > From what I understand, there is no way, through the C++ > Messaging API, to get the number of messages in a queue. Correct. > How can this be done? Is there any sample code? You can get this info using QMF