Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kimmking committed Nov 1, 2014
1 parent 880d07b commit 4f47a4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ ActiveMQ Store MongoDB project

### Introduce
This project for creating an ActiveMQ Store by MongoDB.
If you build all packages from sourcecode with the lastest versions, the xsd files will be auto-generated.

### Architecture
1. modify activemq.xsd in activemq-core.jar, insert mongodb node after kahaDB node:
Expand Down Expand Up @@ -88,4 +89,4 @@ ActiveMQ Store MongoDB project
<persistenceAdapter>
<mongodb host="127.0.0.1" port="27017" db="activemq" />
</persistenceAdapter>
4. package this project to a jar to reference in your project
4. package this project to a jar to reference in your project

0 comments on commit 4f47a4f

Please sign in to comment.