Re: Qpid C++ broker message persistency

2010-12-06 Thread Lahiru Gunathilake
On Tue, Dec 7, 2010 at 1:21 AM, Kim van der Riet wrote: > Sorry to be slow in replying to this... > > I just updated the FAQ on the Wiki with this info: > +1 Lahiru > > > https://cwiki.apache.org/confluence/display/qpid/FAQ#FAQ-WhichversionofthestoreshouldIusewhenbuildingagainstqpid0.X%3F > > I

Re: Qpid C++ broker message persistency

2010-12-06 Thread Kim van der Riet
Sorry to be slow in replying to this... I just updated the FAQ on the Wiki with this info: https://cwiki.apache.org/confluence/display/qpid/FAQ#FAQ-WhichversionofthestoreshouldIusewhenbuildingagainstqpid0.X%3F In short, use trunk r.4411, or use tag qpid-0.8-release. On Thu, 2010-12-02 at 12:03

Re: Qpid C++ broker message persistency

2010-12-01 Thread Lahiru Gunathilake
I build the message-store 0.6 with 0.8 qpid build, is this the error, if so do you have 0.8 message-store to be used ? I think this won't be the issue, if so how are you going to test the persistent with 0.8 release ? Thanks Lahiru On Thu, Dec 2, 2010 at 11:43 AM, Lahiru Gunathilake wrote: > Hi

Re: Qpid C++ broker message persistency

2010-12-01 Thread Lahiru Gunathilake
Hi Carl/Ted, I tried building message-store, and it was successfully build, I assume that to be worked i need to load the module msgstore.so when start qpidd, so I try to load the module using --load-module and I am getting this error 2010-12-02 11:38:54 critical Unexpected error: /usr/local/lib/

Re: Qpid C++ broker message persistency

2010-12-01 Thread Carl Trieloff
On 12/01/2010 01:26 PM, Lahiru Gunathilake wrote: Should I define queues durable to get this behavior of persistent ? yes, you need to mark the queue persistent. and the messages you want durable... i.e. you can put transient messages on a durable queue. Carl. --

Re: Qpid C++ broker message persistency

2010-12-01 Thread Ted Ross
...@gmail.com] Sent: Wednesday, December 01, 2010 10:27 AM To: users@qpid.apache.org Subject: Re: Qpid C++ broker message persistency HI Steve, No, i didn't I simply started consumers and queues got created ? Should I define queues durable to get this behavior of persistent ? Regards Lahiru On Wed

RE: Qpid C++ broker message persistency

2010-12-01 Thread Thomas Nguyen
. -Original Message- From: Lahiru Gunathilake [mailto:glah...@gmail.com] Sent: Wednesday, December 01, 2010 10:27 AM To: users@qpid.apache.org Subject: Re: Qpid C++ broker message persistency HI Steve, No, i didn't I simply started consumers and queues got created ? Should I define q

Re: Qpid C++ broker message persistency

2010-12-01 Thread Lahiru Gunathilake
HI Steve, No, i didn't I simply started consumers and queues got created ? Should I define queues durable to get this behavior of persistent ? Regards Lahiru On Wed, Dec 1, 2010 at 11:49 PM, Steve Huston wrote: > Hi Lahiru, > > Are you declaring the queues "durable"? > > -- > Steve Huston, Riv

RE: Qpid C++ broker message persistency

2010-12-01 Thread Steve Huston
Hi Lahiru, Are you declaring the queues "durable"? -- Steve Huston, Riverace Corporation Total Lifecycle Support for Your Networked Applications http://www.riverace.com > -Original Message- > From: Lahiru Gunathilake [mailto:glah...@gmail.com] > Sent: Wednesday, December 01, 2010 12:48