logger.debug("An event was received for an event group that has already been processed, "
+ "this is probably because the async-reply timed out. Correlation Id is: "
+ groupId + ". Dropping event");
}
// Fire a notification to say we received this message
muleContext.fireNotification(new RoutingNotification(event.getMessage(),
event.getMessageSourceURI().toString(),
RoutingNotification.MISSED_AGGREGATION_GROUP_EVENT));
return null;
}
}