List of usage examples for javax.jms MessageListener interface-usage
From source file com.alliander.osgp.signing.server.infra.messaging.SigningServerRequestMessageListener.java
@Component(value = "signingServerRequestsMessageListener") public class SigningServerRequestMessageListener implements MessageListener { private static final Logger LOGGER = LoggerFactory.getLogger(SigningServerRequestMessageListener.class); @Autowired
From source file com.consol.citrus.samples.incident.service.FieldForceJmsConsumer.java
/** * @author Christoph Deppisch * @since 2.0 */ public class FieldForceJmsConsumer implements MessageListener {
From source file ubic.gemma.core.job.executor.worker.TaskSubmissionListener.java
/**
* Part of worker context. Receives commands and submits them to the RemoteTaskRunningService
*
* @author anton
*
*/
From source file org.hoteia.qalingo.core.jms.cacheflush.listener.CacheFlushQueueListener.java
@Component(value = "cacheFlushQueueListener") public class CacheFlushQueueListener implements MessageListener, ExceptionListener { protected final Log logger = LogFactory.getLog(getClass()); @Autowired
From source file org.apache.stratos.autoscaler.message.receiver.topology.TopologyEventMessageListener.java
/** * Implements functionality for receiving text based event messages from the topology * message broker topic and add them to the event queue. */ public class TopologyEventMessageListener implements MessageListener {
From source file org.apache.stratos.messaging.message.receiver.topology.TopologyEventMessageListener.java
/** * Implements functionality for receiving text based event messages from the topology * message broker topic and add them to the event queue. */ class TopologyEventMessageListener implements MessageListener { private static final Log log = LogFactory.getLog(TopologyEventMessageListener.class);
From source file org.apache.stratos.messaging.message.receiver.tenant.TenantEventMessageListener.java
/** * Implements functionality for receiving text based event messages from the tenant * message broker topic and add them to the event queue. */ class TenantEventMessageListener implements MessageListener {
From source file org.apache.stratos.messaging.message.receiver.health.stat.HealthStatEventMessageListener.java
/** * Implements functionality for receiving text based event messages from the health stat * message broker topic and add them to the event queue. */ public class HealthStatEventMessageListener implements MessageListener {
From source file ubic.gemma.job.executor.worker.TaskControlListener.java
/** * * */ @Component("taskControlListener") public class TaskControlListener implements MessageListener {
From source file org.apache.stratos.messaging.message.receiver.instance.notifier.InstanceNotifierEventMessageListener.java
/** * Implements functionality for receiving text based event messages from the instance notifier * message broker topic and add them to the event queue. */ class InstanceNotifierEventMessageListener implements MessageListener {