protected void firePipelineNotification(MuleEvent event, MessagingException exception)
{
if (event.getFlowConstruct() instanceof MessageProcessorPathResolver)
{
muleContext.getNotificationManager().fireNotification(
new AsyncMessageNotification(event.getFlowConstruct(), event,
next, AsyncMessageNotification.PROCESS_ASYNC_COMPLETE, exception));
}
}