_ruleReload, message, objectList);
for (String destination : destinations) {
if (_destinations.containsKey(destination)) {
outgoingDestinations.add(_destinations.get(destination));
} else {
throw new MessageRouterException("Destination " + destination + " does not exist your configuration");
}
}
} catch (ObjectMappingException ome) {
throw new MessageRouterException(ome);
}
return outgoingDestinations;
}