event.getMuleContext()
.fireNotification(
new RoutingNotification(event.getMessage(), null,
RoutingNotification.ASYNC_REPLY_TIMEOUT));
throw new ResponseTimeoutException(CoreMessages.responseTimedOutWaitingForId((int) timeout,
asyncReplyCorrelationId), event, null);
}
else
{
return null;