public void testDefaultExceptionStrategyConsumesMessage() throws Exception
{
FlowExecutionListener flowExecutionListener = new FlowExecutionListener("DefaultExceptionStrategyCommit", muleContext);
createFileOnFtpServer("commitOnException/test1");
flowExecutionListener.waitUntilFlowIsComplete();
prober.check(new Probe()
{
@Override
public boolean isSatisfied()
{
// Component exception occurs after the SEDA queue for an asynchronous request, so from the client's