new Props(MsgEchoActor.class)));
}
// register the list
routeeProvider.registerRoutees(routees);
return new CustomRoute() {
int messageCount = 0;
int actorSeq = 0;
ActorRef actor = routees.get(actorSeq);
public Iterable<Destination> destinationsFor(ActorRef sender,