@Override
 protected void doStart() {
   try {
     cqQuery.execute();
   } catch (Throwable e) {
     throw new RuntimeException("Failed to start the continuous query", e);
   }
 }