the only difference is that journaledJDBC is now using built in journal before writing to the db directly.A lot faster but as far as i know not so failsave in a clustering solution. If you changed that config something like this: <jdbcPersistenceAdapter dataSource="#mysql-ds" useDatabaseLock="false"/> this will use directly the db. Which is a lot slower but more reliable if you need a solution like that
Mete -- View this message in context: http://www.nabble.com/Problem-using-MySql-as-data-source-for-Persistance-Adapter-tf4688504s2354.html#a13406436 Sent from the ActiveMQ - User mailing list archive at Nabble.com.