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