queue.getNameShortString(), routingKey, args);
DatabaseEntry key = new DatabaseEntry();
EntryBinding keyBinding = _bindingTupleBindingFactory.getInstance();
keyBinding.objectToEntry(bindingRecord, key);
//yes, this is writing out 0 as a value and putting all the
//useful info into the key, don't ask me why. For table
//compatibility it shall currently be left as is
DatabaseEntry value = new DatabaseEntry();