if (logger.isLoggable(Level.FINER)) {
logger.finer("Setting " + member + "in " + msgObject
+ ", with key " + msgObject.getMessageAggregationKey());
}
Route route = msgObject.getRoute();
// ALLTOONE messages can be sent to a specific instance using GMS
// sendMessage api. But, the for some reason, I could not get it
// working. So, ALLTOONE messages reach all instances. We reject the
// unwanted ones here.
if (route.ALLTOONE.equals(route) && ! rt.electedSelf()) {