List of usage examples for javax.jms MessageListener interface-usage
From source file ru.runa.wfe.service.impl.ReceiveMessageBean.java
@MessageDriven(activationConfig = { @ActivationConfigProperty(propertyName = "destination", propertyValue = "queue/bpmMessages"), @ActivationConfigProperty(propertyName = "destinationType", propertyValue = "javax.jms.Queue"), @ActivationConfigProperty(propertyName = "useDLQ", propertyValue = "false") }) @TransactionManagement(TransactionManagementType.BEAN) @Interceptors({ EjbExceptionSupport.class, PerformanceObserver.class, SpringBeanAutowiringInterceptor.class })
From source file org.genemania.broker.Worker.java
public class Worker implements MessageListener, ExceptionListener { // __[static]______________________________________________________________ private static Logger LOG = Logger.getLogger(Worker.class); // __[attributes]__________________________________________________________
From source file org.mitre.mpf.markup.MarkupRequestConsumer.java
@Service(MarkupRequestConsumer.REF) public class MarkupRequestConsumer implements MessageListener { public static final String REF = "markupRequestConsumer"; private static final Logger log = LoggerFactory.getLogger(MarkupRequestConsumer.class); static {
From source file org.fcrepo.integration.jms.observer.HeadersJMSIT.java
/**
* <p>
* HeadersJMSIT class.
* </p>
*
* @author ajs6f
From source file org.sakaiproject.kernel.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 = "vm://localhost:61616") public static final String BROKER_URL = "email.out.brokerUrl";
From source file org.openanzo.combus.endpoint.BaseServiceListener.java
/** * BaseServiceListener is the base MessageListener * * @author Matthew Roy ( <a href="mailto:mroy@cambridgesemantics.com">mroy@cambridgesemantics.com </a>) */ abstract public class BaseServiceListener implements ICombusEndpointListener, MessageListener {
From source file org.trellisldp.app.triplestore.TrellisApplicationTest.java
/** * Integration tests for Trellis. */ @TestInstance(PER_CLASS) public class TrellisApplicationTest implements MessageListener {
From source file com.inkubator.hrm.service.impl.NotificationApprovalMessagesListener.java
/** * * @author rizkykojek */ public class NotificationApprovalMessagesListener extends IServiceImpl implements MessageListener {
From source file be.fedict.trust.service.bean.HarvesterMDB.java
/**
* Harvester Message Driven Bean.
*
* @author Frank Cornelis
*
*/
From source file org.openanzo.client.RealtimeUpdateManager.java
/**
* Manager that manages the realtime event trackers
*
* @author Ben Szekely ( <a href="mailto:ben@cambridgesemantics.com">ben@cambridgesemantics.com </a>)
*
*/