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 org.wso2.carbon.event.core.internal.delivery.jms.JMSMessageListener.java

@Deprecated
public class JMSMessageListener implements MessageListener {

    private Log log = LogFactory.getLog(JMSMessageListener.class);

    private NotificationManager notificationManager;

From source file com.provenance.cloudprovenance.connector.traceability.TraceabilityEventConsumer.java

/**
 * This class handles the async traceability JMS messages it received
 *
 * @version 1.1 13 Aug 2016
 * @author Mufy
 * @Module Connector

From source file org.codehaus.stomp.jms.StompSubscription.java

/**
 * Represents an individual Stomp subscription
 */
public class StompSubscription implements MessageListener {
    public static final String AUTO_ACK = Stomp.Headers.Subscribe.AckModeValues.AUTO;
    public static final String CLIENT_ACK = Stomp.Headers.Subscribe.AckModeValues.CLIENT;

From source file com.alliander.osgp.adapter.protocol.oslp.infra.messaging.DeviceRequestMessageListener.java

@Component(value = "oslpRequestsMessageListener")
public class DeviceRequestMessageListener implements MessageListener {

    private static final Logger LOGGER = LoggerFactory.getLogger(DeviceRequestMessageListener.class);

    @Autowired

From source file org.wso2.carbon.registry.event.core.internal.delivery.jms.JMSMessageListener.java

public class JMSMessageListener implements MessageListener {

    private Log log = LogFactory.getLog(JMSMessageListener.class);

    private NotificationManager notificationManager;
    private Subscription subscription;

From source file com.alliander.osgp.adapter.protocol.oslp.elster.infra.messaging.DeviceRequestMessageListener.java

@Component(value = "oslpRequestsMessageListener")
public class DeviceRequestMessageListener implements MessageListener {

    private static final Logger LOGGER = LoggerFactory.getLogger(DeviceRequestMessageListener.class);

    @Autowired

From source file org.apache.axis.transport.jms.SimpleJMSListener.java

/**
 * SimpleJMSListener implements the javax.jms.MessageListener interface. Its
 *   basic purpose is listen asynchronously for messages and to pass them off
 *   to SimpleJMSWorker for processing.
 *
 * Note: This is a simple JMS listener that does not pool worker threads and

From source file com.alliander.osgp.adapter.protocol.iec61850.infra.messaging.DeviceRequestMessageListener.java

@Component(value = "iec61850RequestsMessageListener")
public class DeviceRequestMessageListener implements MessageListener {

    private static final Logger LOGGER = LoggerFactory.getLogger(DeviceRequestMessageListener.class);

    @Autowired

From source file org.hawkular.component.availcreator.MetricReceiver.java

/**
 * Receiver that listens on JMS Topic and checks for metrics *.status.code
 * Listening goes on 'java:/topic/HawkularMetricData'.
 * Then computes availability and forwards that to a topic for availability
 *
 * Requires this in standalone.xml:

From source file org.wso2.carbon.andes.event.core.internal.delivery.jms.JMSMessageListener.java

/**
 * JMS message listener class which trigger based on message receive
 */
public class JMSMessageListener implements MessageListener {

    private Log log = LogFactory.getLog(JMSMessageListener.class);