VoltDB export connector for RabbitMQ.
Before compiling, you need to make sure Java and Ant are installed. You also need the VoltDB Enterprise kit.
-
Download the RabbitMQ Java client and copy the unpacked Jar file into
voltdb-ent-4.3/lib/extension
. -
Set the environment variable VOLTDIST to the kit directory
voltdb-ent-4.3
and run ant. For example,
VOLTDIST=../voltdb-ent-4.3 ant
If the compilation finished successfully, the final Jar file should be copied
over to voltdb-ent-4.3/lib/extension
.
You can enable export in your deployment file with target set to rabbitmq
and
start the server.
To run the Junit tests, you need both the voltdb repository and the pro repository.
-
Build the Enterprise Edition in
voltdb
. -
Run the tests with the following command
VOLTDIST=../voltdb ant junit