List of usage examples for javax.jms MessageListener interface-usage
From source file org.sakaiproject.nakamura.email.outgoing.OutgoingEmailMessageListener.java
@Component(label = "%email.out.name", description = "%email.out.description", immediate = true, metatype = true) public class OutgoingEmailMessageListener implements MessageListener { private static final Logger LOGGER = LoggerFactory.getLogger(OutgoingEmailMessageListener.class); @Property(value = "localhost") private static final String SMTP_SERVER = "sakai.smtp.server";
From source file org.sdnmq.jms.FlowProgrammer.java
/**
* Flow Programmer service taking flow programming requests from a specific JMS queue and programming these
* flows using OpenDaylight.
*
* @author Frank Duerr
*/
From source file org.powertac.visualizer.services.VisualizerServiceTournament.java
/**
* Main Visualizer service. Its main purpose is to register with Visualizer
* proxy and to receive messages from simulator.
*
* @author Jurica Babic, John Collins
*
From source file org.openengsb.opencit.core.projectmanager.internal.ProjectManagerImpl.java
public class ProjectManagerImpl implements ProjectManager, MessageListener { private PersistenceManager persistenceManager; private PersistenceService persistence; private ContextCurrentService contextService; private SchedulingService scheduler;
From source file org.sakaiproject.nakamura.email.outgoing.LiteOutgoingEmailMessageListener.java
@Component(immediate = true, metatype = true) public class LiteOutgoingEmailMessageListener implements MessageListener { private static final Logger LOGGER = LoggerFactory.getLogger(LiteOutgoingEmailMessageListener.class); @Property(value = "localhost") private static final String SMTP_SERVER = "sakai.smtp.server";
From source file org.dcm4chex.archive.hsm.FileMoveService.java
/**
* File Move Service to move (or copy) files from an ONLINE (RW) file system group to another RW file system group.
*
* @author franz.willer@gmail.com
* @version $Revision: $ $Date: $
* @since Nov 6, 2010
From source file org.socraticgrid.taskmanager.TaskHandler.java
/**
* Start of task processing takes place here. The task message contains the
* task identifier and the context for this task. With this information
* it is determined how this task is processed.
*
* @author cmatser
From source file org.apache.servicemix.wsn.jms.JmsSubscription.java
public abstract class JmsSubscription extends AbstractSubscription implements MessageListener { private static Log log = LogFactory.getLog(JmsSubscription.class); private static int subpackagelen = 3000;
From source file org.springframework.integration.jms.JmsOutboundGateway.java
/**
* An outbound Messaging Gateway for request/reply JMS.
*
* @author Mark Fisher
* @author Arjen Poutsma
* @author Juergen Hoeller
From source file prodandes.Prodandes.java
/** * * @author Jonathan */ @Path("/Servicios") @Consumes(MediaType.APPLICATION_JSON)