@Override protected void stopService() throws Exception { jmsDelegate.stopListening(moveFilesOfStudyQueueName); super.stopService(); }
@Override protected void startService() throws Exception { super.startService(); jmsDelegate.startListening(moveFilesOfStudyQueueName, this, 1); }