Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

...

Image Added

Then

...

to

...

use

...

it

...

..

...

(details

...

being

...

added)

...

Amend

...

your

...

configuration

...

file

...

to

...

add

...

the

...

following

...

line

Code Block
xml
xml


{code:xml}
<store>
    <class>org.apache.qpid.server.store.berkeleydb.BDBMessageStore</class>
</store>
{/code}