Configuring JDBC Tables for Apache ActiveMQ

So you want to integrate Apache ActiveMQ in your Java project? Great! One caveat: out of the box, Apache recommends using their Kaha DB, which is a fast performing file journal. This is great, except for the time when you want to be able to archive your messages for later analysis/playback. The alternative is toContinue reading “Configuring JDBC Tables for Apache ActiveMQ”