if (LOGGER.isDebugEnabled())
{
LOGGER.debug("executing processor " + count+ " "+processor);
}
currentMessage = processor.process(currentMessage);
}
catch (final Exception ex)
{
final long procTime = System.nanoTime() - actionStart;
if (LOGGER.isDebugEnabled())