6869707172737475767778
throws ResourceAdapterInternalException { log.debug("start"); this.ctx = ctx; WorkManager mgr = ctx.getWorkManager(); newMsgsWorker = new NewMsgsWorker(mgr); try { mgr.scheduleWork(newMsgsWorker); } catch (WorkException e)