Looking at http://activemq.apache.org/persistence.html and wondering about building a cluster of brokers for high availability.
Seems JDBC was implemented quite some time ago and has been eclipsed by KahaDB and now LevelDB but these are local only. There's something very shiny and new about LevelDB replication but I'm interpreting this as potentially too new for a production environment. So is the advice for those needing replicated stores still to use JDBC? Just point a number of brokers at the same connection or what? James