The wiki contains documentation.
The code is open source and hosted at launchpad. To get it, install bzr and type: bzr branch lp:rabbitreplication. Project bugs and blueprints are also at launchpad.net.
Install by unzipping, editing a config file sample in the config directory and starting like this:bin/start.sh config/config.properties
It is currently possible to marshall the data inserted in two ways:
RabbitReplication is also very extensible, which means that it is very easy to add new stores, new transports and new marshallers.
RabbitReplication can also reduce transactions to enable multi threaded appliers, read about that here
Tests are run in Hudson, here.