mirror of https://github.com/apache/activemq.git
merging derby changes from trunk
git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-5.3@816283 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8645c518f8
commit
a31eb05f4e
|
@ -205,7 +205,6 @@
|
|||
<include>log4j:log4j</include>
|
||||
<include>mx4j:mx4j-remote</include>
|
||||
<include>mx4j:mx4j-tools</include>
|
||||
<include>org.apache.derby:derby</include>
|
||||
<include>org.apache.geronimo.specs:geronimo-j2ee-jacc_1.0_spec</include>
|
||||
<include>org.apache.geronimo.specs:geronimo-j2ee-connector_1.5_spec</include>
|
||||
<include>org.apache.xbean:xbean-spring</include>
|
||||
|
|
|
@ -20,6 +20,10 @@
|
|||
|
||||
http://activemq.apache.org/persistence.html
|
||||
|
||||
You need to add Derby database to your classpath in order to make this example work.
|
||||
Download it from http://db.apache.org/derby/ and put it in the ${ACTIVEMQ_HOME}/lib/optional/ folder
|
||||
Optionally you can configure any other RDBM as shown below
|
||||
|
||||
To run ActiveMQ with this configuration add xbean:conf/activemq-jdbc.xml to your command
|
||||
|
||||
e.g. $ bin/activemq xbean:conf/activemq-jdbc.xml
|
||||
|
|
Loading…
Reference in New Issue