Fortwards to the PE instance.
// always route to PE instance since it is the only running instance
String peInstName = AdminService.getAdminService().getInstanceName();
event.setEffectiveDestination(peInstName);
AdminEventResult r = AdminEventMulticaster.multicastEvent(event);
return r;