========================================================================
@(#)README	1.3 05/12/15
========================================================================

To plug in a database for broker persistence, a set of properties needs to
be specified in the broker's instance property file.  This directory contains
examples for plugging in a Derby database, PointBase database, MySQL database
and an Oracle database.
These properties are also documented in the generated instance configuration
properties file.


Files
-----
 o config.properties.derby
    This file contains example for plugging in a Derby database.

 o config.properties.pointbase
    This file contains example for plugging in a PointBase database.

 o config.properties.mysql
    This file contains example for plugging in a MySQL database.

 o config.properties.oracle
    This file contains example for plugging in an Oracle database.

