Versions Compared

Key

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

...

As a temporary measure, you can detach the bridging modules from this page bdbstore.jar. You should then ensure that this jar is included in the classpath for your client application, along with the BDB jar (je-<version>.jar).

You can
This can simply be done by editing the QPID_LIBS in the your classpath to add the two jars that you need and then pass an option into qpid-server .conf and ensuring the two extra jars are in the $QPID_HOME/lib directory.to use your classpath.

So, first set your classpath to something like this:

No Format
QPID_LIBSCLASSPATH=$QPID_HOME/lib/qpid-incubating.jar:$QPID_HOME/lib/bdbstore.jar:$QPID_HOME/lib/je-<version>.jar

Then, run qpid-server passing the following additional flag:

No Format

qpid-server -run:external-classpath=first

We hope to be able to integrate these modules into our Apache project shortly - but pending a discussion about the appropriate way to handle this process.