For more info: http://www.mckoi.com

McKoi's license is GPL.

I don't know if it is worth the effort or not.  McKoi does have transaction isolation 
but does not have XA support (at least any that I could find).  I am currently using 
McKoi as an embedded test database via a -ds.xml file, but not for JMS JDBC 
persistence.   The URL I use to run McKoi in VM is .. 

<connection-url>jdbc:mckoi:local://../server/default/data/mckoi/db.conf?create_or_boot=true</connection-url>

This tells McKoi to start itself on first access, so I presume it would be fairly 
trivial to wrap it in an MBean and use it in place of Hypersonic.

I only threw McKoi out there as a possibility simply because even as a test database, 
it at least gives you transaction isolation that you don't get in Hypersonic and it is 
embeddable.  Whether or not it's suitable for production use as well, I wouldn't 
hazard a guess.  It has certainly been fine in a test environment though.  

McKoi is also extremely Java friendly as well in terms of storing serialized Java 
objects into the database without the normal blob/clob hoop jumping one would normally 
have to do.  So, it seems to be a perfect candidate for JMS persistence as well.


<a 
href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824943#3824943";>View 
the original post</a>

<a 
href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824943>Reply 
to the post</a>


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to