(still in progress)
This library will handle the communication between JVM languages to Faktory.
It will allows you to push and cosume Faktory's jobs to be processed.
FaktoryClient client = new FaktoryClient();
FaktoryJob job = new FaktoryJob("MyJob", 1, 2, "foo");
client.pushJob(job);