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 com.amalto.core.storage.task.staging.ClusteredStagingTaskManager.java

/**
 * Clustered ready implementation of {@link StagingTaskManager} that supports situations where
 * a task is run in a different node that the current one: it queries the underlying storage 
 * to get current running task if there is no task running locally. Also sends a JMS message on a topic
 * for tasks's cancellation with this task is not running in the local node.
 */

From source file nz.net.orcon.kanban.automation.CacheManager.java

public class CacheManager implements MessageListener, CacheInvalidationInterface {

    private static final Logger logger = LoggerFactory.getLogger(CacheManager.class);

    private Map<String, Cache<?>> cacheList;

From source file TopicPublisher.java

/**
 * Use in conjunction with TopicListener to test the performance of ActiveMQ
 * Topics.
 */
public class TopicPublisher implements MessageListener {

From source file com.jms.notify.message.ConsumerSessionAwareMessageListener.java

/**
 * 
* @ClassName: ConsumerSessionAwareMessageListener
* @Description: TODO(????)
* @author :Administrator
* @uauthor Administrator TODO(???????)

From source file org.hawkular.apm.server.jms.RetryCapableMDB.java

/**
 * This class represents a MDB based class to handle processing of events, publication
 * of results, and resubmission of failed events using a retry mechanism.
 *
 * @author gbrown
 *

From source file org.hawkular.apm.server.jms.span.SpanCacheMDB.java

/**
 * This MDB receives all published Spans and stores them in a local cache for use by other processors.
 *
 * @author gbrown
 */
@MessageDriven(name = "Span_Cache", messageListenerInterface = MessageListener.class, activationConfig = {

From source file org.simbasecurity.core.event.EventService.java

@Service
public class EventService implements MessageListener, BeanPostProcessor {

    private static final org.slf4j.Logger LOG = LoggerFactory.getLogger(EventService.class);

    @Autowired

From source file com.roncoo.pay.app.notify.message.ConsumerSessionAwareMessageListener.java

/**
 * <b>:
 * </b>
 * @author  Peter
 * <a href="http://www.roncoo.com">(www.roncoo.com)</a>
 */

From source file dk.netarkivet.monitor.distribute.MonitorMessageHandler.java

/**
 * This default message handler shields of all unimplemented methods from the
 * MonitorMessageVisitor interface.
 *
 * Classes should not implement MonitorMessageVisitor but extend this class.
 *

From source file org.rhq.enterprise.server.alert.engine.jms.AlertConditionConsumerBean.java

/**
 * Use the default message provider
 *
 * @author Joseph Marques
 */
@MessageDriven(activationConfig = {