662663664665666667668669670671672
} Scheduler scheduler = this.scheduler; if (scheduler != null) { try { scheduler.stop(); } catch (Exception e) { JMSException ex = JMSExceptionSupport.create(e); throw ex; } }
661662663664665666667668669670671