diff --git a/docs/user-manual/en/persistence.md b/docs/user-manual/en/persistence.md index 7eaf4e495d..f14fda89d1 100644 --- a/docs/user-manual/en/persistence.md +++ b/docs/user-manual/en/persistence.md @@ -386,12 +386,12 @@ To configure Apache ActiveMQ Artemis to use a database for persisting messages a 1. Add the appropriate JDBC driver libraries to the Artemis runtime. You can do this by dropping the relevant jars in the lib folder of the ActiveMQ Artemis distribution. -2. Create a store element in your broker.xml config file under the element. For example: +2. Create a store element in your broker.xml config file under the `````` element. For example: ```xml - jdbc:derby:target/derby/database-store;create=true + jdbc:derby:data/derby/database-store;create=true BINDINGS_TABLE MESSAGE_TABLE LARGE_MESSAGES_TABLE