You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Berkeley DB Persistence

We use the Berkeley DB project for our persistence store.

You should download the version from http://www.oracle.com/technology/software/products/berkeley-db/je/index.html

Then to use it .. (details being added)

Amend your configuration file to add the following line

<store>
    <class>org.apache.qpid.server.store.berkeleydb.BDBMessageStore</class>
</store>
  • No labels