/*
* Configure a JobProcessor - this is responsible for executing the
* computationally-intensive tasks defined by the MessageCollector.
*/
processor = new JobProcessor() {
@Override
public void cleanupPreviousResults(Message message)
throws MessageProcessingException
{