Re: timeouts

2010-01-06 Thread Rajith Attapattu
On Wed, Jan 6, 2010 at 2:25 PM, Jen Andre wrote: > > > I can't use the JMS API because of this bug: > http://old.nabble.com/-jira--Created:-(QPID-1875)-Can't-create-durable-queues-that-use-amq.topic-due-to-error-in-BindingURLParser.-td23726482.html. > I need to  create a durable queue bound to a t

Re: timeouts

2010-01-06 Thread Jen Andre
I can't use the JMS API because of this bug: http://old.nabble.com/-jira--Created:-(QPID-1875)-Can't-create-durable-queues-that-use-amq.topic-due-to-error-in-BindingURLParser.-td23726482.html. I need to create a durable queue bound to a topic. If there some workaround let me know, I am happy

Re: Qpid persistent storage using Berkeley DB/SQL

2010-01-06 Thread denny86
Hi, I found it.. Thanks. Will go through the code. Regards, Denny Gordon Sim wrote: > > On 01/06/2010 11:12 AM, denny86 wrote: >> Couldn't find it in the qpid truck [ >> https://svn.apache.org/repos/asf/qpid/trunk/qpid/ ]. > > Its within the cpp tree: > https://svn.apache.org/repos/as

Re: Qpid persistent storage using Berkeley DB

2010-01-06 Thread Gordon Sim
On 01/06/2010 11:12 AM, denny86 wrote: Couldn't find it in the qpid truck [ https://svn.apache.org/repos/asf/qpid/trunk/qpid/ ]. Its within the cpp tree: https://svn.apache.org/repos/asf/qpid/trunk/qpid/cpp/src/qpid/store/ ---

Re: Qpid persistent storage using Berkeley DB

2010-01-06 Thread denny86
Hi, Couldn't find it in the qpid truck [ https://svn.apache.org/repos/asf/qpid/trunk/qpid/ ]. Regards, Denny Michel Polder wrote: > > Denny, > > I believe the QPID trunk contains the MS SQL persistent storage plugin (by > Steve Huston) I tested it a couple of weeks ago and it seems to be w

Re: Qpid persistent storage using Berkeley DB

2010-01-06 Thread Michel Polder
Denny, I believe the QPID trunk contains the MS SQL persistent storage plugin (by Steve Huston) I tested it a couple of weeks ago and it seems to be working fine. Michel - Original Message - From: "denny86" To: users@qpid.apache.org Sent: Wednesday, January 6, 2010 11:24:08 AM

Re: Qpid persistent storage using Berkeley DB

2010-01-06 Thread denny86
Hi, Thanks for your reply. Well in fact, SQL will do. I'm not sticking to BDB only. If you [or anyone here] could shed some light regarding this SQL implementation, I would be grateful. :) Thanks & Regards, Denny Robert Godfrey wrote: > > Hi Denny, > > 2010/1/6 denny86 > >> >> Hi, >> >>

Re: Qpid persistent storage using Berkeley DB

2010-01-06 Thread Robert Godfrey
Hi Denny, 2010/1/6 denny86 > > Hi, > >I'm using C++ Broker along with C++ Clients, both running in win32 > platforms. I would like to implement Berkeley DB persistent storage. I have > seen an example of persistence library at > http://qpidcomponents.org/download.html#persistence QpidCompone