List of usage examples for javax.jms MessageListener interface-usage
From source file org.gss_project.gss.server.ejb.indexer.IndexerMDBean.java
/** * Message driven bean that accepts messages whenever a document is created, * modified or deleted and adds/removes the item from the search index. */ @MessageDriven(activationConfig = { @ActivationConfigProperty(propertyName = "destinationType", propertyValue = "javax.jms.Queue"),
From source file org.logicblaze.lingo.jmx.remote.jms.MBeanJmsServerConnectionClient.java
/** * @version $Revision: 95 $ */ public class MBeanJmsServerConnectionClient extends MBeanServerConnectionDelegate implements MessageListener { private static final Log log = LogFactory.getLog(MBeanJmsServerConnectionClient.class); private MBeanJmsServerConnection serverConnection;
From source file biz.fstechnology.micro.common.jms.SyncSessionCallbackImpl.java
/**
* TODO Type Description
*
* @author Maruyama Takayuki
* @since 2016/01/01
*/
From source file org.mot.core.simulation.listener.SimulationMessageListener.java
public class SimulationMessageListener implements MessageListener { Logger logger = Logger.getLogger(getClass()); private SimulationResponseDAO srd = new SimulationResponseDAO(); private LoadValueConverter lvc = new LoadValueConverter();
From source file org.hoteia.qalingo.core.jms.geoloc.listener.AddressGeolocQueueListener.java
@Component(value = "addressGeolocQueueListener") public class AddressGeolocQueueListener implements MessageListener, ExceptionListener { protected final Log logger = LogFactory.getLog(getClass()); @Autowired
From source file com.jaliansystems.activeMQLite.impl.RepositoryClient.java
/** * RepositoryClient provides methods to look up published objects and invoke * methods on remote object handles. */ public class RepositoryClient implements MessageListener {
From source file org.fuin.auction.query.server.AuctionMessageListener.java
/** * Handles incoming JMS messages. */ @Named public class AuctionMessageListener implements MessageListener {
From source file org.wso2.carbon.bpmn.extensions.jms.JMSListener.java
/** * Created by dilini on 12/11/15. */ public class JMSListener implements MessageListener { private static final Log log = LogFactory.getLog(JMSListener.class);
From source file org.appverse.web.framework.backend.messaging.services.integration.IJMSServiceAsyncConsumer.java
/** * Interface to define Asynch Message consuming API * * @param <T> */ public interface IJMSServiceAsyncConsumer<T extends AbstractIntegrationBean>
From source file org.apache.cactus.spi.server.MessageDrivenBeanRedirector.java
/**
* Generic Message Driven Bean redirector that calls a test method on the
* server side.
*
* @since 1.4
*