Esempio n. 1
0
 protected void startService() throws Exception {
   jmsDelegate.startListening(queueName, this, concurrency);
   server.addNotificationListener(
       gpwlScpServiceName, this, GPWLScpService.ON_SPS_ACTION_NOTIF_FILTER, null);
 }
Esempio n. 2
0
 @Override
 protected void startService() throws Exception {
   super.startService();
   jmsDelegate.startListening(moveFilesOfStudyQueueName, this, 1);
 }