On 10/17/06, ojs <[EMAIL PROTECTED]> wrote:
I'm unsure which one to use for which use case. I currently need one, that has maximum security (write immediately to disk - do not only keep in memory) and doesn't require a separate database that could be another single point of failure.
You could use an embedded database (like Derby) with or without the high performance journal, or you could use Kaha. The latter is the fastest, the former is the easiest to work with (e.g. you can do SQL on the data etc). http://activemq.org/site/persistence.html -- James ------- http://radio.weblogs.com/0112098/
