private boolean consoleSubscribe(String path, String eventType)
     throws RemoteException, RegistryException {
   // subscribe for management console notifications
   SubscriptionBean bean =
       infoServiceAdminClient.subscribe(
           path, "work://RoleSubscriptionTest", eventType, sessionCookie);
   return bean.getSubscriptionInstances() != null;
 }