Apache ActiveMQ ™ -- How to configure a new database
FAQ > Configuration > How to configure a new database
ActiveMQ explicity supports Derby, Axion, HSQL, Oracle, and SQLServer. Below are the steps on how to configure a new database.
1. Modify activemq.xml found in the directory "activemq_home/conf" by editing or adding a JDBC DataSource Configuration.
e.g.
For AMQ 3.x
2. Set the datasource reference to use the new jdbc configuration e.g
3. Place the jdbc driver in the directory "activemq_home/lib/optional".