https://github.com/apache/activemq/blob/master/assembly/src/release/examples/conf/activemq-jdbc.xml shows the overall things you need to do when configuring a JDBC persistence store, and https://www.jakubkorab.net/2011/08/configuring-activemq-transactions-in-spring.html (see the last code block) shows an example of a HSQLDB-specific data source configuration. The two together should be what you're looking for.
Tim On Fri, Apr 26, 2019, 9:14 AM JonBom <jonny.bo...@vikingline.com> wrote: > I would like to use HSQL as persisten store, but can not find any > documentation on how to actually configure that in activemq.xml. > > > > -- > Sent from: > http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html >