Re: Persistant Publish Subscribe mechanism in Qpid

2009-10-14 Thread Robert Godfrey
I would certainly agree that currently we have more experience with the BDB based store - it also (last time I checked it) gave much better performance also... so for those two reasons I would currently recommend it over the Derby store in production use. The Derby store is probably easier to quer

Re: Persistant Publish Subscribe mechanism in Qpid

2009-10-14 Thread Marnie McCormack
My view is that we recommend BDB, simply because we know that it performs under heavy load. I'm not sure what kind of robustness/performance/reliability tests have been run on Derby - anyone ? Marnie On Tue, Oct 13, 2009 at 9:46 PM, Robert Greig wrote: > 2009/10/13 Martin Ritchie : > > > There i

Re: Persistant Publish Subscribe mechanism in Qpid

2009-10-13 Thread Robert Greig
2009/10/13 Martin Ritchie : > There is some detail in our FAQ but I've updated our lt to include > links to the Derby Message Store for providing Apache Licensed > persistence and is bundled with the recent releases. The only cavet is > that it has not had as much reported testing. Just to clear

Re: Persistant Publish Subscribe mechanism in Qpid

2009-10-13 Thread Martin Ritchie
2009/10/10 Robert Greig : > 2009/10/10 Yogesh Rao : > >> I need to know if a persistent publish subscribe mechanism is >> available / possible in Qpid using java and if yes how can i do it ??? > > Yes, this is a standard feature of JMS and Qpid is fully JMS compliant. > >> It would be great if you

Re: Persistant Publish Subscribe mechanism in Qpid

2009-10-12 Thread Robert Greig
2009/10/12 Yogesh Rao : > Thanks robert !! > I was checking the manuals available on qpid site and it only mentions a > JDBC store as part of the message store's available... > > How to configure this is not mentioned ... > > http://qpid.apache.org/jdbcstore.html > > where can i get more info on th

Re: Persistant Publish Subscribe mechanism in Qpid

2009-10-12 Thread Yogesh Rao
Thanks robert !! I was checking the manuals available on qpid site and it only mentions a JDBC store as part of the message store's available... How to configure this is not mentioned ... http://qpid.apache.org/jdbcstore.html where can i get more info on this ? Thanks in advance ... On Sun,

Re: Persistant Publish Subscribe mechanism in Qpid

2009-10-10 Thread Robert Greig
2009/10/10 Yogesh Rao : > I need to know if a persistent publish subscribe mechanism is > available / possible in Qpid using java and if yes how can i do it ??? Yes, this is a standard feature of JMS and Qpid is fully JMS compliant. > It would be great if you direct me to a appropriate link Tak

Persistant Publish Subscribe mechanism in Qpid

2009-10-10 Thread Yogesh Rao
Hi I need to know if a persistent publish subscribe mechanism is available / possible in Qpid using java and if yes how can i do it ??? It would be great if you direct me to a appropriate link Thank you for the help - Apache Qp