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 hermes.ext.imq.ImqAdmin.java

/**
 * Support for Sun MQ (aka Java MQ or even Open MQ, technically named imq).
 * 
 * @author bovetl
 * @version $Revision$
 * @since 01.00.00.00

From source file de.taimos.dvalin.interconnect.core.spring.DaemonEvents.java

@Component
public final class DaemonEvents implements IDaemonEvents, MessageListener {

    private final Logger logger = LoggerFactory.getLogger(this.getClass());

    @SuppressWarnings("rawtypes")

From source file com.cws.esolutions.agent.mq.MQMessageHandler.java

/**
 * TODO: Add class information/description
 *
 * @author cws-khuntly
 * @version 1.0
 */

From source file org.hyperic.hq.bizapp.server.mdb.LoggingDispatcherImpl.java

/** 
 * The LoggingDispatcher Message-Drive Bean is intended to be used
 * to log Events.
 * 
 * Bound to topic/eventsTopic 
 */

From source file nl.han.dare2date.service.UserNotification.java

/**
 * Send a notification to the user that the registration is succeeded.
 */
public class UserNotification implements MessageListener {
    private IJMSSubscriber subscriber;
    private ILogger logger;

From source file ConsumerTool.java

/**
 * A simple tool for consuming messages
 * 
 * 
 */
public class ConsumerTool extends Thread implements MessageListener, ExceptionListener {

From source file org.jbpm.ejb.CommandListenerBean.java

/**
 * This message-driven bean listens for {@link ObjectMessage object messages} containing a
 * command instance. The received commands are executed by the {@link CommandServiceBean command
 * service} bean, using the local interface.
 * 
 * The body of the message must be a Java object that implements the {@link Command} interface.

From source file com.redhat.winddrop.mdb.WindupExecutionQueueMDB.java

/**
 * <p>
 * A simple Message Driven Bean processing asynchronously all queued windup executions.
 * </p>
 */
@MessageDriven(name = "WindupExecutionQueueMDB", activationConfig = {

From source file org.sdnmq.jms.PacketForwarder.java

/**
 * Packet Forwarder service retrieving packet forwarding requests from JMS and forwarding request to OpenDaylight.
 * 
 * @author Frank Duerr
 */
public class PacketForwarder implements MessageListener {

From source file org.apache.servicemix.jms.jca.JcaConsumerProcessor.java

/**
 * 
 * @author <a href="mailto:gnodet [at] gmail.com">Guillaume Nodet</a>
 */
public class JcaConsumerProcessor extends AbstractJmsProcessor implements MessageListener {