== MessageStore plugin for qpid c++ broker ==

Pre-requisites:
 - qpid broker headers and libraries (see below)
 - all pre-requisites for qpid
 - berkeley db4  (tested with version 4.3.29)
 - python (to run system tests)

For the qpid requirements you can either install the qpidd-devel package or
check-out the qpid source from:

  https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid

To use a checkout ./configure --with-qpid-checkout=<path_to_qpid>

* 'make' or 'make all' will build the module

* 'make check' will run unit and system tests.  Use
  'make check TESTS=run-unit-tests' or
  'make check TESTS=system_test.sh' to run these separately.

Note: system tests require --with-qpid-checkout and also need python.
They will be skipped otherwise.

On a fedora system install prerequisites via:
  yum install db4-devel qpidd-devel

On a Debian-based system, install prerequisites via:
  apt-get install libdb4.3++-dev

On Debian, I need to get this file:
  /usr/include/db_cxx.h

