List of usage examples for javax.jms MessageListener interface-usage
From source file it.cnr.isti.labsedc.glimpse.manager.GlimpseManager.java
public class GlimpseManager extends Thread implements MessageListener { private TopicConnection connection; private TopicSession publishSession; private TopicPublisher tPub; private Topic connectionTopic;
From source file SelectorChat.java
public class SelectorChat implements javax.jms.MessageListener { private static final String APP_TOPIC = "jms.samples.chat"; private static final String PROPERTY_NAME = "Department"; private static final String DEFAULT_BROKER_NAME = "tcp://localhost:61616"; private static final String DEFAULT_PASSWORD = "password";
From source file org.apigw.monitoring.jms.messagelistener.MonitoringMessageListener.java
@Component("monitoringMessageListener") public class MonitoringMessageListener implements MessageListener { private static final Logger log = LoggerFactory.getLogger(MonitoringMessageListener.class); @Autowired
From source file net.blogracy.services.DownloadService.java
/** * ... */ public class DownloadService implements MessageListener { private PluginInterface plugin;
From source file org.firstopen.custom.view.EventMonitorBean.java
/** * @author Tom Rose (tom.rose@i-konect.com) * @version $Id: EventMonitorBean.java 1243 2006-01-14 03:33:37Z TomRose $ */ public class EventMonitorBean extends BaseBean implements MessageListener {
From source file org.sakaiproject.kernel.messaging.email.EmailMessageListener.java
/** * */ public class EmailMessageListener implements MessageListener { private static final Log LOG = LogFactory.getLog(EmailMessageListener.class);
From source file org.hoteia.qalingo.core.jms.indexing.listener.IndexingObjectQueueListener.java
@Component(value = "indexingObjectQueueListener") public class IndexingObjectQueueListener implements MessageListener, ExceptionListener { protected final Log logger = LogFactory.getLog(getClass()); @Autowired
From source file com.inkubator.hrm.service.impl.JadwalKerjaMassExceptionMessagesListener.java
/** * * @author Deni Husni FR */ public class JadwalKerjaMassExceptionMessagesListener extends IServiceImpl implements MessageListener {
From source file com.inkubator.hrm.service.impl.NotificationEmailRecruitmentSelectionScheduleMessagesListener.java
/** * * @author Ahmad Mudzakkir Amal */ public class NotificationEmailRecruitmentSelectionScheduleMessagesListener extends IServiceImpl implements MessageListener {
From source file org.fcrepo.indexer.IndexerGroup.java
import java.util.Set; import static com.google.common.base.Suppliers.memoize; import static com.google.common.base.Throwables.propagate; import static com.hp.hpl.jena.rdf.model.ResourceFactory.createProperty; import static com.hp.hpl.jena.rdf.model.ResourceFactory.createResource;