// remove the eventGroup as no further message will be received
// for this group once we aggregate
try
{
this.removeEventGroup(group);
group.clear();
}
catch (ObjectStoreException e)
{
throw new RoutingException(event, timeoutMessageProcessor, e);
}