Re: Persisence FAQ for Java

2009-06-12 Thread Martin Ritchie
2009/6/12 John O'Hara : > Steve, Martin, > > It would be great to get fully competent ASL licensed components throughout > -- our out of box experience is lacking becuase of the "some assembly > required" aspects of getting a production ready persistent broker set up. > > For a DB implementation fo

RE: Persisence FAQ for Java

2009-06-11 Thread David Ingham
at will install all the necessary components for a full-featured broker. Dave. [1] http://msdn.microsoft.com/en-us/library/bb986747(VS.85).aspx -Original Message- From: John O'Hara [mailto:john.r.oh...@gmail.com] Sent: Thursday, June 11, 2009 6:02 PM To: dev@qpid.apache.org Subject: RE

RE: Persisence FAQ for Java

2009-06-11 Thread John O'Hara
Steve, Martin, It would be great to get fully competent ASL licensed components throughout -- our out of box experience is lacking becuase of the "some assembly required" aspects of getting a production ready persistent broker set up. For a DB implementation for C++ that is ASL compatible, I

Re: Persisence FAQ for Java

2009-06-11 Thread Martin Ritchie
2009/6/11 Steve Huston : > Hi Martin, > >> Really we should just be sorting out an ASL store. The Java Broker's >> Derby store is good but IIRC still has a couple of bugs that could > do >> with addressing. >> >> I've got some time to do some refactoring based on the designs on >> Message Storage t

RE: Persisence FAQ for Java

2009-06-11 Thread Steve Huston
Hi Martin, > Really we should just be sorting out an ASL store. The Java Broker's > Derby store is good but IIRC still has a couple of bugs that could do > with addressing. > > I've got some time to do some refactoring based on the designs on > Message Storage that are on the wiki so hopefully th

Re: Persisence FAQ for Java

2009-06-11 Thread Martin Ritchie
2009/6/11 Gordon Sim : > Martin Ritchie wrote: >> >> Are there any plans from the C++ side to make an ASL compatible >> persistent store? > > https://issues.apache.org/jira/browse/QPID-1726 - it's something I'd > certainly like to see, but when I will have the time to do it myself is > uncertain.

Re: Persisence FAQ for Java

2009-06-11 Thread Gordon Sim
Martin Ritchie wrote: Are there any plans from the C++ side to make an ASL compatible persistent store? https://issues.apache.org/jira/browse/QPID-1726 - it's something I'd certainly like to see, but when I will have the time to do it myself is uncertain. ---

Re: Persisence FAQ for Java

2009-06-11 Thread Martin Ritchie
2009/6/10 Kim van der Riet : > On Wed, 2009-06-10 at 11:14 +0100, Martin Ritchie wrote: >> I've updated the text a bit to include at least the name of the Apache >> licensed Java broker persistent store. >> >> I also linked to the existing 3rd party library page that details how >> to configure the

Re: Persisence FAQ for Java

2009-06-10 Thread Kim van der Riet
On Wed, 2009-06-10 at 11:14 +0100, Martin Ritchie wrote: > I've updated the text a bit to include at least the name of the Apache > licensed Java broker persistent store. > > I also linked to the existing 3rd party library page that details how > to configure the BDB Store. > > I left a place hol

Re: Persisence FAQ for Java

2009-06-10 Thread Martin Ritchie
2009/6/9 Kim van der Riet : > I recently added a section in the FAQ > http://cwiki.apache.org/confluence/display/qpid/FAQ for persistence. I > have put the C++ sections in place, but left placeholders for the Java. > It would complete the FAQ if someone with Java store knowledge can fill > out the

Persisence FAQ for Java

2009-06-09 Thread Kim van der Riet
I recently added a section in the FAQ http://cwiki.apache.org/confluence/display/qpid/FAQ for persistence. I have put the C++ sections in place, but left placeholders for the Java. It would complete the FAQ if someone with Java store knowledge can fill out the missing sections and, if necessary add