Re: qpid C++ memory leak

2010-12-10 Thread Lahiru Gunathilake
Hi Dennis, Hope this [1] will help you. [1] http://qpid.apache.org/apis/0.7/cpp/html/a00164.html#a97ff0ef9c47f55ed0f167c574e951b4a Regards Lahiru On Sat, Dec 11, 2010 at 1:00 AM, Qin, Dennis wrote: > Hi Lahiru, > > > > Thanks for the info. With this tool, I was able to nail it down to the > p

Apache Qpid 0.8 Windows installer now available

2010-12-10 Thread Steve Huston
If you're a Windows user just itching to get your hands on Qpid 0.8 but loathing the prospect of configuring and building it, there's an installer now available at http://www.riverace.com/qpid/downloads.htm It's a build of the: - C++ broker (including the SQL and SQL/CLFS stores) - C++ client API

RE: qpid C++ memory leak

2010-12-10 Thread Qin, Dennis
Hi Lahiru, Thanks for the info. With this tool, I was able to nail it down to the problem in the client.cpp file. What happened was that the queue was never been deleted. The qpid tool shows that the number of queues is getting bigger and bigger as I'm continuously running the client script. I

Re: MessageProperties - UserId

2010-12-10 Thread Bruno Matos
On Fri, 2010-12-10 at 09:01 -0500, Ted Ross wrote: > On 12/10/2010 08:42 AM, Bruno Matos wrote: > > Hi, > > > > I need to identify messages by user, but I need to customize the ID. Can > > I use UserId field of MessageProperties class or is this automatically > > set by the system? > > > > Thank yo

Re: MessageProperties - UserId

2010-12-10 Thread Ted Ross
On 12/10/2010 08:42 AM, Bruno Matos wrote: Hi, I need to identify messages by user, but I need to customize the ID. Can I use UserId field of MessageProperties class or is this automatically set by the system? Thank you, Bruno Matos

MessageProperties - UserId

2010-12-10 Thread Bruno Matos
Hi, I need to identify messages by user, but I need to customize the ID. Can I use UserId field of MessageProperties class or is this automatically set by the system? Thank you, Bruno Matos - Apache Qpid - AMQP Messaging Implem

Re: Client trouble

2010-12-10 Thread Alan Conway
On 12/09/2010 01:49 PM, Adam Kaminiecki wrote: I have one more question how can I get message synchronius? I know how to subscribe for asynchronius. Is method session.Sync(); set all operation synchronius? session.sync() will block until all previous operations on the session are complete