Example usage for javax.jms MessageListener interface-usage

List of usage examples for javax.jms MessageListener interface-usage

Introduction

In this page you can find the example usage for javax.jms MessageListener interface-usage.

Usage

From source file ubic.gemma.core.job.executor.worker.TaskControlListener.java

/**
 * This is part of the worker Spring context-configured beans, listens for messages on task control queue.
 * 
 * @author anton
 */
@Component("taskControlListener")

From source file edu.harvard.i2b2.crc.ejb.QueryExecutorMDB.java

/**
 * This class is the message driven bean to handle UploadMessages on the queue
 * and handing them to the Upload coordinator.
 * 
 * @author rkuttan
 * 

From source file Log4jJMSAppenderExample.java

/**
 * A simple example of log4j jms appender in conjuction with ActiveMQ
 */
public class Log4jJMSAppenderExample implements MessageListener {

    public Log4jJMSAppenderExample() throws Exception {

From source file com.jim.im.group.rpc.UserRegisterListener.java

/**
 * 
 * @version 1.0.0
 */
@Component
public class UserRegisterListener implements MessageListener {

From source file org.eurekastreams.server.search.indexing.MDBSearchController.java

/**
 * MDBSearchController - listens to a JMS queue to index updated entities.
 */
public class MDBSearchController extends AbstractJMSHibernateSearchController implements MessageListener {
    /**
     * Entity Manager.

From source file org.apache.stratos.lb.endpoint.subscriber.TopologyListener.java

public class TopologyListener implements MessageListener {

    private static final Log log = LogFactory.getLog(TopologyListener.class);

    @Override
    public void onMessage(Message message) {

From source file org.hoteia.qalingo.core.jms.entitycheck.listener.EntityCheckQueueListener.java

@Component(value = "entityCheckQueueListener")
public class EntityCheckQueueListener implements MessageListener, ExceptionListener {

    protected final Log logger = LogFactory.getLog(getClass());

    @Autowired

From source file org.hoteia.qalingo.core.jms.syncserveur.listener.SyncServeurStatusQueueListener.java

@Component(value = "syncServeurStatusQueueListener")
public class SyncServeurStatusQueueListener implements MessageListener, ExceptionListener {

    protected final Log logger = LogFactory.getLog(getClass());

    @Autowired

From source file org.apache.stratos.cloud.controller.topic.instance.status.InstanceStatusEventMessageListener.java

/**
 * this is to handle the topology subscription
 */
public class InstanceStatusEventMessageListener implements MessageListener {
    private static final Log log = LogFactory.getLog(InstanceStatusEventMessageListener.class);

From source file com.inkubator.sms.gateway.service.impl.SmsMessagesListener.java

/**
 *
 * @author Deni Husni FR
 */
public class SmsMessagesListener extends IServiceImpl implements MessageListener {