@Override
public void eventReceived(MuleEventContext context, Object Component) throws Exception
{
final int count = incCallbackCount();
logger.info("Message Delivery Count is: " + count);
throw new FunctionalTestException();
}
};
ftc.setEventCallback(callback);
client.dispatch(DESTINATION, TEST_MESSAGE, null);