[jboss-user] [JBoss Messaging] - Re: Can you persist messages to the file system?
davidrh
do-not-reply at jboss.com
Thu Nov 16 20:08:05 EST 2006
You could try a simple database like Apache Derby (http://db.apache.org/derby/) which is JDBC compliant, stores its database in the filesystem and can be run embedded inside another application. You would have to create another persistence-service for Derby based on the ones contained in the examples/config directory of the distribution. I've never used Derby in anger, so I don't know how it performs.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986717#3986717
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3986717
More information about the jboss-user
mailing list